#B57047

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

Shades of Bourbon #B57047

Tints of Bourbon #B57047

Color information

#B57047 (or 0xB57047) is unknown color: approx Bourbon. HEX triplet: B5, 70 and 47. RGB value is (181,112,71). Sum of RGB (Red+Green+Blue) = 181+112+71=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B57047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57047 is #4A8FB8. Grayscale: #808080. Windows color (decimal): -4886457 or 4681909. OLE color: 4681909.

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

Color convert

RGB18111271-
CMYK00.380.610.29
HSL22.36º43.65%49.41%-
HSV(B)22.36º60.77%70.98%-
XYZ25.9921.878.81-
YUV127.9695.86165.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 71 (28.12% from 255) = 19.51%
R=49.73%
G=30.77%
B=19.51%

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
Decimal1811127100.380.610.2922.3643.6549.41
HexB570470263D1D162c31
Octal2651601070467535265461
Binary101101011110000100011101001101111011110110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57047; }

 p { color: rgb(181,112,71); }

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

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

 a { background-color: rgb(181,112,71); }

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

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

 span { border-color: rgb(181,112,71); }

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