#b47146

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

Shades of Bourbon #B47146

Tints of Bourbon #B47146

Color information

#B47146 (or 0xB47146) is unknown color: approx Bourbon. HEX triplet: B4, 71 and 46. RGB value is (180,113,70). Sum of RGB (Red+Green+Blue) = 180+113+70=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B47146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47146 is #4B8EB9. Grayscale: #808080. Windows color (decimal): -4951738 or 4616628. OLE color: 4616628.

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

Color convert

RGB18011370-
CMYK00.370.610.29
HSL23.45º44%49.02%-
HSV(B)23.45º61.11%70.59%-
XYZ25.8321.968.67-
YUV128.1395.2165-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 70 (27.73% from 255) = 19.28%
R=49.59%
G=31.13%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801137000.370.610.2923.454449.02
HexB471460253D1D172c31
Octal2641611060457535275461
Binary101101001110001100011001001011111011110110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47146; }

 p { color: rgb(180,113,70); }

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

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

 a { background-color: rgb(180,113,70); }

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

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

 span { border-color: rgb(180,113,70); }

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