#B57449

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

Shades of Bourbon #B57449

Tints of Bourbon #B57449

Color information

#B57449 (or 0xB57449) is unknown color: approx Bourbon. HEX triplet: B5, 74 and 49. RGB value is (181,116,73). Sum of RGB (Red+Green+Blue) = 181+116+73=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B57449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57449 is #4A8BB6. Grayscale: #828282. Windows color (decimal): -4885431 or 4814005. OLE color: 4814005.

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

Color convert

RGB18111673-
CMYK00.360.600.29
HSL23.89º42.52%49.8%-
HSV(B)23.89º59.67%70.98%-
XYZ26.522.89.31-
YUV130.5395.53164-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=48.92%
G=31.35%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811167300.360.600.2923.8942.5249.8
HexB574490243C1D182b32
Octal2651641110447435305362
Binary101101011110100100100101001001111001110111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57449; }

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

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

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

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

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

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

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

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