#B57548

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

Shades of Bourbon #B57548

Tints of Bourbon #B57548

Color information

#B57548 (or 0xB57548) is unknown color: approx Bourbon. HEX triplet: B5, 75 and 48. RGB value is (181,117,72). Sum of RGB (Red+Green+Blue) = 181+117+72=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B57548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57548 is #4A8AB7. Grayscale: #838383. Windows color (decimal): -4885176 or 4748725. OLE color: 4748725.

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

Color convert

RGB18111772-
CMYK00.350.600.29
HSL24.77º43.08%49.61%-
HSV(B)24.77º60.22%70.98%-
XYZ26.5923.019.17-
YUV131.0194.7163.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=48.92%
G=31.62%
B=19.46%

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
Decimal1811177200.350.600.2924.7743.0849.61
HexB575480233C1D192b32
Octal2651651100437435315362
Binary101101011110101100100001000111111001110111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57548; }

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

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

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

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

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

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

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

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