#B47345

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

Shades of Bourbon #B47345

Tints of Bourbon #B47345

Color information

#B47345 (or 0xB47345) is unknown color: approx Bourbon. HEX triplet: B4, 73 and 45. RGB value is (180,115,69). Sum of RGB (Red+Green+Blue) = 180+115+69=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B47345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47345 is #4B8CBA. Grayscale: #818181. Windows color (decimal): -4951227 or 4551604. OLE color: 4551604.

HSL color Cylindrical-coordinate representation of color #B47345: hue angle of 24.86º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B47345 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18011569-
CMYK00.360.620.29
HSL24.86º44.58%48.82%-
HSV(B)24.86º61.67%70.59%-
XYZ26.0322.398.58-
YUV129.1994.03164.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=49.45%
G=31.59%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801156900.360.620.2924.8644.5848.82
HexB473450243E1D192d31
Octal2641631050447635315561
Binary101101001110011100010101001001111101110111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47345; }

 p { color: rgb(180,115,69); }

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

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

 a { background-color: rgb(180,115,69); }

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

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

 span { border-color: rgb(180,115,69); }

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