#B96F46

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

Shades of Bourbon #B96F46

Tints of Bourbon #B96F46

Color information

#B96F46 (or 0xB96F46) is unknown color: approx Bourbon. HEX triplet: B9, 6F and 46. RGB value is (185,111,70). Sum of RGB (Red+Green+Blue) = 185+111+70=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F46 is #4690B9. Grayscale: #808080. Windows color (decimal): -4624570 or 4616121. OLE color: 4616121.

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

Color convert

RGB18511170-
CMYK00.40.620.27
HSL21.39º45.1%50%-
HSV(B)21.39º62.16%72.55%-
XYZ26.822.138.65-
YUV128.4595.02168.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=50.55%
G=30.33%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851117000.40.620.2721.3945.150
HexB96F460283E1B152d32
Octal2711571060507633255562
Binary101110011101111100011001010001111101101110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F46; }

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

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

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

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

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

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

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

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