Color Hex Logo

#b8501d Color Hex

#B8501D
(184,80,29)
0 Favorites   0 Comments

Color spaces of #b8501d

RGB 1848029
HSL0.050.730.42
HSV20°84°72°
CMYK 0.000.570.84   0.28
XYZ22.857616.01643.0491
Yxy16.01640.54520.3820
Hunter Lab40.020531.913923.4971
CIE-Lab46.996039.399047.8795

#b8501d color RGB value is (184,80,29).

#b8501d hex color red value is 184, green value is 80 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b8501d hue: 0.05 , saturation: 0.73 and the lightness value of b8501d is 0.42.

The process color (four color CMYK) of #b8501d color hex is 0.00, 0.57, 0.84, 0.28. Web safe color of #b8501d is #cc6633. Color #b8501d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 00011101
Octal 270 120 35
Decimal 184 80 29
Hex B8 50 1D

RGB Percentages of Color #b8501d

%62.80
%27.30
%9.90

CMYK Percentages of Color #b8501d

%0
%57
%84
%28

Triadic Colors of #b8501d

#b8501d #1db850 #501db8

Analogous Colors of #b8501d

#b8501d #b89e1d #b81d37

Monochromatic Colors of #b8501d

#b8501d

Complementary Color

#b8501d #1d85b8

#b8501d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8501d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8501d Color CSS Codes

.mybgcolor {background-color:#b8501d; } 
.myforecolor {color:#b8501d; }
.mybordercolor {border:3px solid #b8501d; }

#b8501d Text Font Color

<p style="color:#b8501d">Text here</p>

This sample text font color is #b8501d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b8501d Background Color

<div style="background-color:#b8501d">
Div content here</div>

This div background color is #b8501d


#b8501d Border Color

<div style="border:3px solid #b8501d">
Div here</div>

This div border color is #b8501d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,80,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8501d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8501d;
  -webkit-box-shadow: 1px 1px 3px 2px #b8501d;
  box-shadow:         1px 1px 3px 2px #b8501d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,80,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b8501d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b8501d;
  -webkit-box-shadow: 1px 1px 3px 2px #b8501d;
  box-shadow:         1px 1px 3px 2px #b8501d;">
Div content here</div>

This div box has shadow with color #b8501d


Comments

No comments written yet.

Please login to write comment.