#B56C42

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

Shades of Bourbon #B56C42

Tints of Bourbon #B56C42

Color information

#B56C42 (or 0xB56C42) is unknown color: approx Bourbon. HEX triplet: B5, 6C and 42. RGB value is (181,108,66). Sum of RGB (Red+Green+Blue) = 181+108+66=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C42 is #4A93BD. Grayscale: #7D7D7D. Windows color (decimal): -4887486 or 4353205. OLE color: 4353205.

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

Color convert

RGB18110866-
CMYK00.400.640.29
HSL21.91º46.56%48.43%-
HSV(B)21.91º63.54%70.98%-
XYZ25.420.947.86-
YUV125.0494.68167.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=50.99%
G=30.42%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811086600.400.640.2921.9146.5648.43
HexB56C42028401D162f30
Octal26515410205010035265760
Binary1011010111011001000010010100010000001110110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C42; }

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

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

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

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

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

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

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

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