#B56D42

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

Shades of Bourbon #B56D42

Tints of Bourbon #B56D42

Color information

#B56D42 (or 0xB56D42) is unknown color: approx Bourbon. HEX triplet: B5, 6D and 42. RGB value is (181,109,66). Sum of RGB (Red+Green+Blue) = 181+109+66=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D42 is #4A92BD. Grayscale: #7D7D7D. Windows color (decimal): -4887230 or 4353461. OLE color: 4353461.

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

Color convert

RGB18110966-
CMYK00.400.640.29
HSL22.43º46.56%48.43%-
HSV(B)22.43º63.54%70.98%-
XYZ25.5121.157.89-
YUV125.6394.35167.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=50.84%
G=30.62%
B=18.54%

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
Decimal1811096600.400.640.2922.4346.5648.43
HexB56D42028401D162f30
Octal26515510205010035265760
Binary1011010111011011000010010100010000001110110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D42; }

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

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

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

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

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

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

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

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