Color Hex Logo

#b85946 Color Hex

#B85946
(184,89,70)
0 Favorites   0 Comments

Color spaces of #b85946

RGB 1848970
HSL0.030.450.50
HSV10°62°72°
CMYK 0.000.520.62   0.28
XYZ24.445017.77737.9373
Yxy17.77730.48730.3544
Hunter Lab42.163129.703818.3527
CIE-Lab49.224936.829128.9090

#b85946 color RGB value is (184,89,70).

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

The process color (four color CMYK) of #b85946 color hex is 0.00, 0.52, 0.62, 0.28. Web safe color of #b85946 is #cc6633. Color #b85946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011001 01000110
Octal 270 131 106
Decimal 184 89 70
Hex B8 59 46

RGB Percentages of Color #b85946

%53.64
%25.95
%20.41

CMYK Percentages of Color #b85946

%0
%52
%62
%28

Triadic Colors of #b85946

#b85946 #46b859 #5946b8

Analogous Colors of #b85946

#b85946 #b89246 #b8466c

Monochromatic Colors of #b85946

#b85946

Complementary Color

#b85946 #46a5b8

#b85946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85946 Color CSS Codes

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

#b85946 Text Font Color

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

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


#b85946 Background Color

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

This div background color is #b85946


#b85946 Border Color

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

This div border color is #b85946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85946


Comments

No comments written yet.

Please login to write comment.