#B56E47

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

Shades of Bourbon #B56E47

Tints of Bourbon #B56E47

Color information

#B56E47 (or 0xB56E47) is unknown color: approx Bourbon. HEX triplet: B5, 6E and 47. RGB value is (181,110,71). Sum of RGB (Red+Green+Blue) = 181+110+71=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E47 is #4A91B8. Grayscale: #7F7F7F. Windows color (decimal): -4886969 or 4681397. OLE color: 4681397.

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

Color convert

RGB18111071-
CMYK00.390.610.29
HSL21.27º43.65%49.41%-
HSV(B)21.27º60.77%70.98%-
XYZ25.7721.438.74-
YUV126.7896.52166.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 71 (28.12% from 255) = 19.61%
R=50%
G=30.39%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811107100.390.610.2921.2743.6549.41
HexB56E470273D1D152c31
Octal2651561070477535255461
Binary101101011101110100011101001111111011110110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E47; }

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

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

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

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

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

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

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

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