#B56B3E

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

Shades of Bourbon #B56B3E

Tints of Bourbon #B56B3E

Color information

#B56B3E (or 0xB56B3E) is unknown color: approx Bourbon. HEX triplet: B5, 6B and 3E. RGB value is (181,107,62). Sum of RGB (Red+Green+Blue) = 181+107+62=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B3E is #4A94C1. Grayscale: #7C7C7C. Windows color (decimal): -4887746 or 4090805. OLE color: 4090805.

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

Color convert

RGB18110762-
CMYK00.410.660.29
HSL22.69º48.97%47.65%-
HSV(B)22.69º65.75%70.98%-
XYZ25.1820.697.22-
YUV12493.02168.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=51.71%
G=30.57%
B=17.71%

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
Decimal1811076200.410.660.2922.6948.9747.65
HexB56B3E029421D173130
Octal2651537605110235276160
Binary101101011101011111110010100110000101110110111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B3E; }

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

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

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

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

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

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

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

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