#B96F3B

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

Shades of Bourbon #B96F3B

Tints of Bourbon #B96F3B

Color information

#B96F3B (or 0xB96F3B) is unknown color: approx Bourbon. HEX triplet: B9, 6F and 3B. RGB value is (185,111,59). Sum of RGB (Red+Green+Blue) = 185+111+59=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F3B is #4690C4. Grayscale: #7F7F7F. Windows color (decimal): -4624581 or 3895225. OLE color: 3895225.

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

Color convert

RGB18511159-
CMYK00.40.680.27
HSL24.76º51.64%47.84%-
HSV(B)24.76º68.11%72.55%-
XYZ26.48226.99-
YUV127.289.52169.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=52.11%
G=31.27%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851115900.40.680.2724.7651.6447.84
HexB96F3B028441B193430
Octal2711577305010433316460
Binary101110011101111111011010100010001001101111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F3B; }

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

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

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

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

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

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

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

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