#B96C45

Color #B96C45 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B96C45

Tints of Bourbon #B96C45

Color information

#B96C45 (or 0xB96C45) is unknown color: approx Bourbon. HEX triplet: B9, 6C and 45. RGB value is (185,108,69). Sum of RGB (Red+Green+Blue) = 185+108+69=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C45 is #4693BA. Grayscale: #7E7E7E. Windows color (decimal): -4625339 or 4549817. OLE color: 4549817.

HSL color Cylindrical-coordinate representation of color #B96C45: hue angle of 20.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B96C45 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18510869-
CMYK00.420.630.27
HSL20.17º45.67%49.8%-
HSV(B)20.17º62.7%72.55%-
XYZ26.4421.478.38-
YUV126.5895.51169.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=51.10%
G=29.83%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851086900.420.630.2720.1745.6749.8
HexB96C4502A3F1B142e32
Octal2711541050527733245662
Binary101110011101100100010101010101111111101110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C45; }

 p { color: rgb(185,108,69); }

 H1.HeaderClassName
 {
   color: #B96C45;
 }
 .AnyTagClassName
 {
   color: #B96C45;
 }
</style>
background-color css

<style>
 a { background-color: #B96C45; }

 a { background-color: rgb(185,108,69); }

 div.DivClassName
 {
   background-color: #B96C45;
 }
 .BgClassName
 {
   background-color: #B96C45;
 }
</style>
border-color css

<style>
 span { border-color: #B96C45; }

 span { border-color: rgb(185,108,69); }

 td.TdClassName
 {
   border-color: #B96C45;
 }
 .TagClassName
 {
   border-color: #B96C45;
 }
</style>