#B47248

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

Shades of Bourbon #B47248

Tints of Bourbon #B47248

Color information

#B47248 (or 0xB47248) is unknown color: approx Bourbon. HEX triplet: B4, 72 and 48. RGB value is (180,114,72). Sum of RGB (Red+Green+Blue) = 180+114+72=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B47248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47248 is #4B8DB7. Grayscale: #818181. Windows color (decimal): -4951480 or 4747956. OLE color: 4747956.

HSL color Cylindrical-coordinate representation of color #B47248: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B47248 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18011472-
CMYK00.370.600.29
HSL23.33º42.86%49.41%-
HSV(B)23.33º60%70.59%-
XYZ26.0122.219.05-
YUV128.9595.87164.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=49.18%
G=31.15%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801147200.370.600.2923.3342.8649.41
HexB472480253C1D172b31
Octal2641621100457435275361
Binary101101001110010100100001001011111001110110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47248; }

 p { color: rgb(180,114,72); }

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

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

 a { background-color: rgb(180,114,72); }

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

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

 span { border-color: rgb(180,114,72); }

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