#B57146

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

Shades of Bourbon #B57146

Tints of Bourbon #B57146

Color information

#B57146 (or 0xB57146) is unknown color: approx Bourbon. HEX triplet: B5, 71 and 46. RGB value is (181,113,70). Sum of RGB (Red+Green+Blue) = 181+113+70=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57146 is #4A8EB9. Grayscale: #808080. Windows color (decimal): -4886202 or 4616629. OLE color: 4616629.

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

Color convert

RGB18111370-
CMYK00.380.610.29
HSL23.24º44.22%49.22%-
HSV(B)23.24º61.33%70.98%-
XYZ26.0722.088.68-
YUV128.4395.03165.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=49.73%
G=31.04%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811137000.380.610.2923.2444.2249.22
HexB571460263D1D172c31
Octal2651611060467535275461
Binary101101011110001100011001001101111011110110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57146; }

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

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

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

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

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

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

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

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