#B57149

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

Shades of Bourbon #B57149

Tints of Bourbon #B57149

Color information

#B57149 (or 0xB57149) is unknown color: approx Bourbon. HEX triplet: B5, 71 and 49. RGB value is (181,113,73). Sum of RGB (Red+Green+Blue) = 181+113+73=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B57149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57149 is #4A8EB6. Grayscale: #818181. Windows color (decimal): -4886199 or 4813237. OLE color: 4813237.

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

Color convert

RGB18111373-
CMYK00.380.600.29
HSL22.22º42.52%49.8%-
HSV(B)22.22º59.67%70.98%-
XYZ26.1622.129.19-
YUV128.7796.53165.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 73 (28.91% from 255) = 19.89%
R=49.32%
G=30.79%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811137300.380.600.2922.2242.5249.8
HexB571490263C1D162b32
Octal2651611110467435265362
Binary101101011110001100100101001101111001110110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57149; }

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

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

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

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

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

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

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

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