#B96E40

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

Shades of Bourbon #B96E40

Tints of Bourbon #B96E40

Color information

#B96E40 (or 0xB96E40) is unknown color: approx Bourbon. HEX triplet: B9, 6E and 40. RGB value is (185,110,64). Sum of RGB (Red+Green+Blue) = 185+110+64=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E40 is #4691BF. Grayscale: #7F7F7F. Windows color (decimal): -4624832 or 4222649. OLE color: 4222649.

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

Color convert

RGB18511064-
CMYK00.410.650.27
HSL22.81º48.59%48.82%-
HSV(B)22.81º65.41%72.55%-
XYZ26.5121.847.67-
YUV127.1892.35169.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=51.53%
G=30.64%
B=17.83%

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
Decimal1851106400.410.650.2722.8148.5948.82
HexB96E40029411B173131
Octal27115610005110133276161
Binary1011100111011101000000010100110000011101110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E40; }

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

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

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

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

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

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

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

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