#B96D40

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

Shades of Bourbon #B96D40

Tints of Bourbon #B96D40

Color information

#B96D40 (or 0xB96D40) is unknown color: approx Bourbon. HEX triplet: B9, 6D and 40. RGB value is (185,109,64). Sum of RGB (Red+Green+Blue) = 185+109+64=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D40 is #4692BF. Grayscale: #7E7E7E. Windows color (decimal): -4625088 or 4222393. OLE color: 4222393.

HSL color Cylindrical-coordinate representation of color #B96D40: hue angle of 22.31º 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 #B96D40 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18510964-
CMYK00.410.650.27
HSL22.31º48.59%48.82%-
HSV(B)22.31º65.41%72.55%-
XYZ26.421.627.63-
YUV126.5992.68169.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=51.68%
G=30.45%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851096400.410.650.2722.3148.5948.82
HexB96D40029411B163131
Octal27115510005110133266161
Binary1011100111011011000000010100110000011101110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D40; }

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

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

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

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

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

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

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

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