#B56D44

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

Shades of Bourbon #B56D44

Tints of Bourbon #B56D44

Color information

#B56D44 (or 0xB56D44) is unknown color: approx Bourbon. HEX triplet: B5, 6D and 44. RGB value is (181,109,68). Sum of RGB (Red+Green+Blue) = 181+109+68=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D44 is #4A92BB. Grayscale: #7E7E7E. Windows color (decimal): -4887228 or 4484533. OLE color: 4484533.

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

Color convert

RGB18110968-
CMYK00.400.620.29
HSL21.77º45.38%48.82%-
HSV(B)21.77º62.43%70.98%-
XYZ25.5721.188.21-
YUV125.8595.35167.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 68 (26.95% from 255) = 18.99%
R=50.56%
G=30.45%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811096800.400.620.2921.7745.3848.82
HexB56D440283E1D162d31
Octal2651551040507635265561
Binary101101011101101100010001010001111101110110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D44; }

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

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

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

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

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

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

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

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