#B96F3F

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

Shades of Bourbon #B96F3F

Tints of Bourbon #B96F3F

Color information

#B96F3F (or 0xB96F3F) is unknown color: approx Bourbon. HEX triplet: B9, 6F and 3F. RGB value is (185,111,63). Sum of RGB (Red+Green+Blue) = 185+111+63=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F3F is #4690C0. Grayscale: #7F7F7F. Windows color (decimal): -4624577 or 4157369. OLE color: 4157369.

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

Color convert

RGB18511163-
CMYK00.40.660.27
HSL23.61º49.19%48.63%-
HSV(B)23.61º65.95%72.55%-
XYZ26.5922.047.56-
YUV127.6591.52168.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 63 (25% from 255) = 17.55%
R=51.53%
G=30.92%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851116300.40.660.2723.6149.1948.63
HexB96F3F028421B183131
Octal2711577705010233306161
Binary101110011101111111111010100010000101101111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F3F; }

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

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

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

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

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

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

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

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