#B96C3D

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

Shades of Bourbon #B96C3D

Tints of Bourbon #B96C3D

Color information

#B96C3D (or 0xB96C3D) is unknown color: approx Bourbon. HEX triplet: B9, 6C and 3D. RGB value is (185,108,61). Sum of RGB (Red+Green+Blue) = 185+108+61=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C3D is #4693C2. Grayscale: #7D7D7D. Windows color (decimal): -4625347 or 4025529. OLE color: 4025529.

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

Color convert

RGB18510861-
CMYK00.420.670.27
HSL22.74º50.41%48.24%-
HSV(B)22.74º67.03%72.55%-
XYZ26.2121.387.16-
YUV125.6691.51170.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=52.26%
G=30.51%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851086100.420.670.2722.7450.4148.24
HexB96C3D02A431B173230
Octal2711547505210333276260
Binary101110011101100111101010101010000111101110111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C3D; }

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

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

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

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

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

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

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

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