#B96A42

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

Shades of Bourbon #B96A42

Tints of Bourbon #B96A42

Color information

#B96A42 (or 0xB96A42) is unknown color: approx Bourbon. HEX triplet: B9, 6A and 42. RGB value is (185,106,66). Sum of RGB (Red+Green+Blue) = 185+106+66=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A42 is #4695BD. Grayscale: #7D7D7D. Windows color (decimal): -4625854 or 4352697. OLE color: 4352697.

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

Color convert

RGB18510666-
CMYK00.430.640.27
HSL20.17º47.41%49.22%-
HSV(B)20.17º64.32%72.55%-
XYZ26.1421.027.83-
YUV125.0694.67170.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=51.82%
G=29.69%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851066600.430.640.2720.1747.4149.22
HexB96A4202B401B142f31
Octal27115210205310033245761
Binary1011100111010101000010010101110000001101110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A42; }

 p { color: rgb(185,106,66); }

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

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

 a { background-color: rgb(185,106,66); }

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

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

 span { border-color: rgb(185,106,66); }

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