#b96f40

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

Shades of Bourbon #B96F40

Tints of Bourbon #B96F40

Color information

#B96F40 (or 0xB96F40) is unknown color: approx Bourbon. HEX triplet: B9, 6F and 40. RGB value is (185,111,64). Sum of RGB (Red+Green+Blue) = 185+111+64=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F40 is #4690BF. Grayscale: #808080. Windows color (decimal): -4624576 or 4222905. OLE color: 4222905.

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

Color convert

RGB18511164-
CMYK00.40.650.27
HSL23.31º48.59%48.82%-
HSV(B)23.31º65.41%72.55%-
XYZ26.6222.057.7-
YUV127.7792.02168.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=51.39%
G=30.83%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851116400.40.650.2723.3148.5948.82
HexB96F40028411B173131
Octal27115710005010133276161
Binary1011100111011111000000010100010000011101110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96f40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96f40; }

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

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

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

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

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

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

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

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