#B36E45

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

Shades of Bourbon #B36E45

Tints of Bourbon #B36E45

Color information

#B36E45 (or 0xB36E45) is unknown color: approx Bourbon. HEX triplet: B3, 6E and 45. RGB value is (179,110,69). Sum of RGB (Red+Green+Blue) = 179+110+69=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E45 is #4C91BA. Grayscale: #7E7E7E. Windows color (decimal): -5018043 or 4550323. OLE color: 4550323.

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

Color convert

RGB17911069-
CMYK00.390.610.30
HSL22.36º44.35%48.63%-
HSV(B)22.36º61.45%70.2%-
XYZ25.2421.178.39-
YUV125.9695.86165.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=50%
G=30.73%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791106900.390.610.3022.3644.3548.63
HexB36E450273D1E162c31
Octal2631561050477536265461
Binary101100111101110100010101001111111011111010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E45; }

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

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

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

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

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

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

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

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