Color Hex Logo

#b96026 Color Hex

#B96026
(185,96,38)
0 Favorites   0 Comments

Color spaces of #b96026

RGB 1859638
HSL0.070.660.44
HSV24°79°73°
CMYK 0.000.480.79   0.27
XYZ24.540318.82004.1729
Yxy18.82000.51630.3959
Hunter Lab43.382025.055224.6643
CIE-Lab50.475931.849247.1833

#b96026 color RGB value is (185,96,38).

#b96026 hex color red value is 185, green value is 96 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b96026 hue: 0.07 , saturation: 0.66 and the lightness value of b96026 is 0.44.

The process color (four color CMYK) of #b96026 color hex is 0.00, 0.48, 0.79, 0.27. Web safe color of #b96026 is #cc6633. Color #b96026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 00100110
Octal 271 140 46
Decimal 185 96 38
Hex B9 60 26

RGB Percentages of Color #b96026

%57.99
%30.09
%11.91

CMYK Percentages of Color #b96026

%0
%48
%79
%27

Triadic Colors of #b96026

#b96026 #26b960 #6026b9

Analogous Colors of #b96026

#b96026 #b9aa26 #b92636

Monochromatic Colors of #b96026

#b96026

Complementary Color

#b96026 #267fb9

#b96026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96026 Color CSS Codes

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

#b96026 Text Font Color

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

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


#b96026 Background Color

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

This div background color is #b96026


#b96026 Border Color

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

This div border color is #b96026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96026


Comments

No comments written yet.

Please login to write comment.