#B96B3A

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

Shades of Bourbon #B96B3A

Tints of Bourbon #B96B3A

Color information

#B96B3A (or 0xB96B3A) is unknown color: approx Bourbon. HEX triplet: B9, 6B and 3A. RGB value is (185,107,58). Sum of RGB (Red+Green+Blue) = 185+107+58=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B3A is #4694C5. Grayscale: #7D7D7D. Windows color (decimal): -4625606 or 3828665. OLE color: 3828665.

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

Color convert

RGB18510758-
CMYK00.420.690.27
HSL23.15º52.26%47.65%-
HSV(B)23.15º68.65%72.55%-
XYZ26.0321.146.71-
YUV124.7490.34170.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=52.86%
G=30.57%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851075800.420.690.2723.1552.2647.65
HexB96B3A02A451B173430
Octal2711537205210533276460
Binary101110011101011111010010101010001011101110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B3A; }

 p { color: rgb(185,107,58); }

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

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

 a { background-color: rgb(185,107,58); }

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

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

 span { border-color: rgb(185,107,58); }

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