#B57549

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

Shades of Bourbon #B57549

Tints of Bourbon #B57549

Color information

#B57549 (or 0xB57549) is unknown color: approx Bourbon. HEX triplet: B5, 75 and 49. RGB value is (181,117,73). Sum of RGB (Red+Green+Blue) = 181+117+73=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B57549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57549 is #4A8AB6. Grayscale: #838383. Windows color (decimal): -4885175 or 4814261. OLE color: 4814261.

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

Color convert

RGB18111773-
CMYK00.350.600.29
HSL24.44º42.52%49.8%-
HSV(B)24.44º59.67%70.98%-
XYZ26.6223.039.35-
YUV131.1295.2163.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=48.79%
G=31.54%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811177300.350.600.2924.4442.5249.8
HexB575490233C1D182b32
Octal2651651110437435305362
Binary101101011110101100100101000111111001110111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57549; }

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

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

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

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

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

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

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

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