#B56E43

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

Shades of Bourbon #B56E43

Tints of Bourbon #B56E43

Color information

#B56E43 (or 0xB56E43) is unknown color: approx Bourbon. HEX triplet: B5, 6E and 43. RGB value is (181,110,67). Sum of RGB (Red+Green+Blue) = 181+110+67=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E43 is #4A91BC. Grayscale: #7E7E7E. Windows color (decimal): -4886973 or 4419253. OLE color: 4419253.

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

Color convert

RGB18111067-
CMYK00.390.630.29
HSL22.63º45.97%48.63%-
HSV(B)22.63º62.98%70.98%-
XYZ25.6521.388.09-
YUV126.3394.52167-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=50.56%
G=30.73%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811106700.390.630.2922.6345.9748.63
HexB56E430273F1D172e31
Octal2651561030477735275661
Binary101101011101110100001101001111111111110110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E43; }

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

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

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

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

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

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

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

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