#b96a3e

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

Shades of Bourbon #B96A3E

Tints of Bourbon #B96A3E

Color information

#B96A3E (or 0xB96A3E) is unknown color: approx Bourbon. HEX triplet: B9, 6A and 3E. RGB value is (185,106,62). Sum of RGB (Red+Green+Blue) = 185+106+62=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A3E is #4695C1. Grayscale: #7C7C7C. Windows color (decimal): -4625858 or 4090553. OLE color: 4090553.

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

Color convert

RGB18510662-
CMYK00.430.660.27
HSL21.46º49.8%48.43%-
HSV(B)21.46º66.49%72.55%-
XYZ26.0320.977.23-
YUV124.692.67171.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=52.41%
G=30.03%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851066200.430.660.2721.4649.848.43
HexB96A3E02B421B153230
Octal2711527605310233256260
Binary101110011101010111110010101110000101101110101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96a3e; }

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

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

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

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

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

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

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

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