Color Hex Logo

#b95623 Color Hex

#B95623
(185,86,35)
0 Favorites   0 Comments

Color spaces of #b95623

RGB 1858635
HSL0.060.680.43
HSV20°81°73°
CMYK 0.000.540.81   0.27
XYZ23.638717.09123.6431
Yxy17.09120.53270.3852
Hunter Lab41.341529.717123.7143
CIE-Lab48.374736.958346.5443

#b95623 color RGB value is (185,86,35).

#b95623 hex color red value is 185, green value is 86 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b95623 hue: 0.06 , saturation: 0.68 and the lightness value of b95623 is 0.43.

The process color (four color CMYK) of #b95623 color hex is 0.00, 0.54, 0.81, 0.27. Web safe color of #b95623 is #cc6633. Color #b95623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 00100011
Octal 271 126 43
Decimal 185 86 35
Hex B9 56 23

RGB Percentages of Color #b95623

%60.46
%28.10
%11.44

CMYK Percentages of Color #b95623

%0
%54
%81
%27

Triadic Colors of #b95623

#b95623 #23b956 #5623b9

Analogous Colors of #b95623

#b95623 #b9a123 #b9233b

Monochromatic Colors of #b95623

#b95623

Complementary Color

#b95623 #2386b9

#b95623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95623 Color CSS Codes

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

#b95623 Text Font Color

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

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


#b95623 Background Color

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

This div background color is #b95623


#b95623 Border Color

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

This div border color is #b95623


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,86,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95623; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95623;
  -webkit-box-shadow: 1px 1px 3px 2px #b95623;
  box-shadow:         1px 1px 3px 2px #b95623; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,86,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95623


Comments

No comments written yet.

Please login to write comment.