#B56943

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

Shades of Bourbon #B56943

Tints of Bourbon #B56943

Color information

#B56943 (or 0xB56943) is unknown color: approx Bourbon. HEX triplet: B5, 69 and 43. RGB value is (181,105,67). Sum of RGB (Red+Green+Blue) = 181+105+67=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B56943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56943 is #4A96BC. Grayscale: #7B7B7B. Windows color (decimal): -4888253 or 4417973. OLE color: 4417973.

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

Color convert

RGB18110567-
CMYK00.420.630.29
HSL20º45.97%48.63%-
HSV(B)20º62.98%70.98%-
XYZ25.1220.337.91-
YUV123.3996.18169.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=51.27%
G=29.75%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811056700.420.630.292045.9748.63
HexB5694302A3F1D142e31
Octal2651511030527735245661
Binary101101011101001100001101010101111111110110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56943; }

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

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

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

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

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

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

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

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