#B56B3C

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

Shades of Bourbon #B56B3C

Tints of Bourbon #B56B3C

Color information

#B56B3C (or 0xB56B3C) is unknown color: approx Bourbon. HEX triplet: B5, 6B and 3C. RGB value is (181,107,60). Sum of RGB (Red+Green+Blue) = 181+107+60=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56B3C is #4A94C3. Grayscale: #7C7C7C. Windows color (decimal): -4887748 or 3959733. OLE color: 3959733.

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

Color convert

RGB18110760-
CMYK00.410.670.29
HSL23.31º50.21%47.25%-
HSV(B)23.31º66.85%70.98%-
XYZ25.1320.676.94-
YUV123.7792.02168.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=52.01%
G=30.75%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811076000.410.670.2923.3150.2147.25
HexB56B3C029431D17322f
Octal2651537405110335276257
Binary101101011101011111100010100110000111110110111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B3C; }

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

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

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

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

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

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

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

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