#B56E42

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

Shades of Bourbon #B56E42

Tints of Bourbon #B56E42

Color information

#B56E42 (or 0xB56E42) is unknown color: approx Bourbon. HEX triplet: B5, 6E and 42. RGB value is (181,110,66). Sum of RGB (Red+Green+Blue) = 181+110+66=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E42 is #4A91BD. Grayscale: #7E7E7E. Windows color (decimal): -4886974 or 4353717. OLE color: 4353717.

HSL color Cylindrical-coordinate representation of color #B56E42: hue angle of 22.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B56E42 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18111066-
CMYK00.390.640.29
HSL22.96º46.56%48.43%-
HSV(B)22.96º63.54%70.98%-
XYZ25.6221.377.93-
YUV126.2194.02167.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=50.70%
G=30.81%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811106600.390.640.2922.9646.5648.43
HexB56E42027401D172f30
Octal26515610204710035275760
Binary1011010111011101000010010011110000001110110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E42; }

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

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

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

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

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

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

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

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