#B56C3C

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

Shades of Bourbon #B56C3C

Tints of Bourbon #B56C3C

Color information

#B56C3C (or 0xB56C3C) is unknown color: approx Bourbon. HEX triplet: B5, 6C and 3C. RGB value is (181,108,60). Sum of RGB (Red+Green+Blue) = 181+108+60=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C3C is #4A93C3. Grayscale: #7C7C7C. Windows color (decimal): -4887492 or 3959989. OLE color: 3959989.

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

Color convert

RGB18110860-
CMYK00.400.670.29
HSL23.8º50.21%47.25%-
HSV(B)23.8º66.85%70.98%-
XYZ25.2320.886.97-
YUV124.3591.68168.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=51.86%
G=30.95%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811086000.400.670.2923.850.2147.25
HexB56C3C028431D18322f
Octal2651547405010335306257
Binary101101011101100111100010100010000111110111000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C3C; }

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

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

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

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

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

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

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

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