#B36E3C

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

Shades of Bourbon #B36E3C

Tints of Bourbon #B36E3C

Color information

#B36E3C (or 0xB36E3C) is unknown color: approx Bourbon. HEX triplet: B3, 6E and 3C. RGB value is (179,110,60). Sum of RGB (Red+Green+Blue) = 179+110+60=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E3C is #4C91C3. Grayscale: #7D7D7D. Windows color (decimal): -5018052 or 3960499. OLE color: 3960499.

HSL color Cylindrical-coordinate representation of color #B36E3C: hue angle of 25.21º 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 #B36E3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17911060-
CMYK00.390.660.30
HSL25.21º49.79%46.86%-
HSV(B)25.21º66.48%70.2%-
XYZ24.9821.067.02-
YUV124.9391.36166.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=51.29%
G=31.52%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791106000.390.660.3025.2149.7946.86
HexB36E3C027421E19322f
Octal2631567404710236316257
Binary101100111101110111100010011110000101111011001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E3C; }

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

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

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

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

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

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

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

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