Color Hex Logo

#b85045 Color Hex

#B85045
(184,80,69)
0 Favorites   0 Comments

Color spaces of #b85045

RGB 1848069
HSL0.020.450.50
HSV63°72°
CMYK 0.000.570.63   0.28
XYZ23.710016.35737.5379
Yxy16.35730.49810.3436
Hunter Lab40.444233.866617.2606
CIE-Lab47.439841.304027.2569

#b85045 color RGB value is (184,80,69).

#b85045 hex color red value is 184, green value is 80 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b85045 hue: 0.02 , saturation: 0.45 and the lightness value of b85045 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 01000101
Octal 270 120 105
Decimal 184 80 69
Hex B8 50 45

RGB Percentages of Color #b85045

%55.26
%24.02
%20.72

CMYK Percentages of Color #b85045

%0
%57
%63
%28

Triadic Colors of #b85045

#b85045 #45b850 #5045b8

Analogous Colors of #b85045

#b85045 #b88a45 #b84574

Monochromatic Colors of #b85045

#b85045

Complementary Color

#b85045 #45adb8

#b85045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85045 Color CSS Codes

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

#b85045 Text Font Color

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

This sample text font color is #b85045
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.


#b85045 Background Color

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

This div background color is #b85045


#b85045 Border Color

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

This div border color is #b85045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85045


Comments

No comments written yet.

Please login to write comment.