#B96A3D

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

Shades of Bourbon #B96A3D

Tints of Bourbon #B96A3D

Color information

#B96A3D (or 0xB96A3D) is unknown color: approx Bourbon. HEX triplet: B9, 6A and 3D. RGB value is (185,106,61). Sum of RGB (Red+Green+Blue) = 185+106+61=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A3D is #4695C2. Grayscale: #7C7C7C. Windows color (decimal): -4625859 or 4025017. OLE color: 4025017.

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

Color convert

RGB18510661-
CMYK00.430.670.27
HSL21.77º50.41%48.24%-
HSV(B)21.77º67.03%72.55%-
XYZ2620.967.09-
YUV124.4992.17171.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=52.56%
G=30.11%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851066100.430.670.2721.7750.4148.24
HexB96A3D02B431B163230
Octal2711527505310333266260
Binary101110011101010111101010101110000111101110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A3D; }

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

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

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

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

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

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

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

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