#B56C48

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

Shades of Bourbon #B56C48

Tints of Bourbon #B56C48

Color information

#B56C48 (or 0xB56C48) is unknown color: approx Bourbon. HEX triplet: B5, 6C and 48. RGB value is (181,108,72). Sum of RGB (Red+Green+Blue) = 181+108+72=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C48 is #4A93B7. Grayscale: #7D7D7D. Windows color (decimal): -4887480 or 4746421. OLE color: 4746421.

HSL color Cylindrical-coordinate representation of color #B56C48: hue angle of 19.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B56C48 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18110872-
CMYK00.400.600.29
HSL19.82º43.08%49.61%-
HSV(B)19.82º60.22%70.98%-
XYZ25.5921.028.84-
YUV125.7297.68167.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=50.14%
G=29.92%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811087200.400.600.2919.8243.0849.61
HexB56C480283C1D142b32
Octal2651541100507435245362
Binary101101011101100100100001010001111001110110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C48; }

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

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

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

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

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

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

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

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