#B47044

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

Shades of Bourbon #B47044

Tints of Bourbon #B47044

Color information

#B47044 (or 0xB47044) is unknown color: approx Bourbon. HEX triplet: B4, 70 and 44. RGB value is (180,112,68). Sum of RGB (Red+Green+Blue) = 180+112+68=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B47044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47044 is #4B8FBB. Grayscale: #7F7F7F. Windows color (decimal): -4951996 or 4485300. OLE color: 4485300.

HSL color Cylindrical-coordinate representation of color #B47044: hue angle of 23.57º 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 #B47044 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18011268-
CMYK00.380.620.29
HSL23.57º45.16%48.63%-
HSV(B)23.57º62.22%70.59%-
XYZ25.6621.718.31-
YUV127.3294.53165.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=50%
G=31.11%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801126800.380.620.2923.5745.1648.63
HexB470440263E1D182d31
Octal2641601040467635305561
Binary101101001110000100010001001101111101110111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47044; }

 p { color: rgb(180,112,68); }

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

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

 a { background-color: rgb(180,112,68); }

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

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

 span { border-color: rgb(180,112,68); }

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