#B36C3C

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

Shades of Bourbon #B36C3C

Tints of Bourbon #B36C3C

Color information

#B36C3C (or 0xB36C3C) is unknown color: approx Bourbon. HEX triplet: B3, 6C and 3C. RGB value is (179,108,60). Sum of RGB (Red+Green+Blue) = 179+108+60=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C3C is #4C93C3. Grayscale: #7C7C7C. Windows color (decimal): -5018564 or 3959987. OLE color: 3959987.

HSL color Cylindrical-coordinate representation of color #B36C3C: hue angle of 24.2º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B36C3C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17910860-
CMYK00.400.660.30
HSL24.2º49.79%46.86%-
HSV(B)24.2º66.48%70.2%-
XYZ24.7720.646.95-
YUV123.7692.02167.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 60 (23.83% from 255) = 17.29%
R=51.59%
G=31.12%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791086000.400.660.3024.249.7946.86
HexB36C3C028421E18322f
Octal2631547405010236306257
Binary101100111101100111100010100010000101111011000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C3C; }

 p { color: rgb(179,108,60); }

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

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

 a { background-color: rgb(179,108,60); }

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

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

 span { border-color: rgb(179,108,60); }

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