#B56A3E

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

Shades of Bourbon #B56A3E

Tints of Bourbon #B56A3E

Color information

#B56A3E (or 0xB56A3E) is unknown color: approx Bourbon. HEX triplet: B5, 6A and 3E. RGB value is (181,106,62). Sum of RGB (Red+Green+Blue) = 181+106+62=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A3E is #4A95C1. Grayscale: #7B7B7B. Windows color (decimal): -4888002 or 4090549. OLE color: 4090549.

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

Color convert

RGB18110662-
CMYK00.410.660.29
HSL22.18º48.97%47.65%-
HSV(B)22.18º65.75%70.98%-
XYZ25.0820.487.19-
YUV123.4193.35169.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=51.86%
G=30.37%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811066200.410.660.2922.1848.9747.65
HexB56A3E029421D163130
Octal2651527605110235266160
Binary101101011101010111110010100110000101110110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56A3E; }

 p { color: rgb(181,106,62); }

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

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

 a { background-color: rgb(181,106,62); }

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

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

 span { border-color: rgb(181,106,62); }

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