#B47644

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

Shades of Bourbon #B47644

Tints of Bourbon #B47644

Color information

#B47644 (or 0xB47644) is unknown color: approx Bourbon. HEX triplet: B4, 76 and 44. RGB value is (180,118,68). Sum of RGB (Red+Green+Blue) = 180+118+68=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47644 is #4B89BB. Grayscale: #838383. Windows color (decimal): -4950460 or 4486836. OLE color: 4486836.

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

Color convert

RGB18011868-
CMYK00.340.620.29
HSL26.79º45.16%48.63%-
HSV(B)26.79º62.22%70.59%-
XYZ26.3423.088.53-
YUV130.8492.54163.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=49.18%
G=32.24%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801186800.340.620.2926.7945.1648.63
HexB476440223E1D1b2d31
Octal2641661040427635335561
Binary101101001110110100010001000101111101110111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47644; }

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

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

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

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

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

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

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

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