#B96C40

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

Shades of Bourbon #B96C40

Tints of Bourbon #B96C40

Color information

#B96C40 (or 0xB96C40) is unknown color: approx Bourbon. HEX triplet: B9, 6C and 40. RGB value is (185,108,64). Sum of RGB (Red+Green+Blue) = 185+108+64=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C40 is #4693BF. Grayscale: #7E7E7E. Windows color (decimal): -4625344 or 4222137. OLE color: 4222137.

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

Color convert

RGB18510864-
CMYK00.420.650.27
HSL21.82º48.59%48.82%-
HSV(B)21.82º65.41%72.55%-
XYZ26.321.417.6-
YUV126.0193.01170.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=51.82%
G=30.25%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851086400.420.650.2721.8248.5948.82
HexB96C4002A411B163131
Octal27115410005210133266161
Binary1011100111011001000000010101010000011101110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C40; }

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

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

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

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

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

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

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

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