#B36D49

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

Shades of Bourbon #B36D49

Tints of Bourbon #B36D49

Color information

#B36D49 (or 0xB36D49) is unknown color: approx Bourbon. HEX triplet: B3, 6D and 49. RGB value is (179,109,73). Sum of RGB (Red+Green+Blue) = 179+109+73=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D49 is #4C92B6. Grayscale: #7E7E7E. Windows color (decimal): -5018295 or 4812211. OLE color: 4812211.

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

Color convert

RGB17910973-
CMYK00.390.590.30
HSL20.38º42.06%49.41%-
HSV(B)20.38º59.22%70.2%-
XYZ25.26219.03-
YUV125.8398.19165.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=49.58%
G=30.19%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791097300.390.590.3020.3842.0649.41
HexB36D490273B1E142a31
Octal2631551110477336245261
Binary101100111101101100100101001111110111111010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D49; }

 p { color: rgb(179,109,73); }

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

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

 a { background-color: rgb(179,109,73); }

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

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

 span { border-color: rgb(179,109,73); }

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