#B96C3F

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

Shades of Bourbon #B96C3F

Tints of Bourbon #B96C3F

Color information

#B96C3F (or 0xB96C3F) is unknown color: approx Bourbon. HEX triplet: B9, 6C and 3F. RGB value is (185,108,63). Sum of RGB (Red+Green+Blue) = 185+108+63=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C3F is #4693C0. Grayscale: #7E7E7E. Windows color (decimal): -4625345 or 4156601. OLE color: 4156601.

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

Color convert

RGB18510863-
CMYK00.420.660.27
HSL22.13º49.19%48.63%-
HSV(B)22.13º65.95%72.55%-
XYZ26.2721.47.45-
YUV125.8992.51170.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 63 (25% from 255) = 17.70%
R=51.97%
G=30.34%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851086300.420.660.2722.1349.1948.63
HexB96C3F02A421B163131
Octal2711547705210233266161
Binary101110011101100111111010101010000101101110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C3F; }

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

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

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

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

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

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

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

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