#B36C46

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

Shades of Bourbon #B36C46

Tints of Bourbon #B36C46

Color information

#B36C46 (or 0xB36C46) is unknown color: approx Bourbon. HEX triplet: B3, 6C and 46. RGB value is (179,108,70). Sum of RGB (Red+Green+Blue) = 179+108+70=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C46 is #4C93B9. Grayscale: #7D7D7D. Windows color (decimal): -5018554 or 4615347. OLE color: 4615347.

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

Color convert

RGB17910870-
CMYK00.400.610.30
HSL20.92º43.78%48.82%-
HSV(B)20.92º60.89%70.2%-
XYZ25.0620.758.48-
YUV124.997.02166.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=50.14%
G=30.25%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791087000.400.610.3020.9243.7848.82
HexB36C460283D1E152c31
Octal2631541060507536255461
Binary101100111101100100011001010001111011111010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C46; }

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

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

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

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

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

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

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

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