#B56C59

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

Shades of Sante Fe #B56C59

Tints of Sante Fe #B56C59

Color information

#B56C59 (or 0xB56C59) is unknown color: approx Sante Fe. HEX triplet: B5, 6C and 59. RGB value is (181,108,89). Sum of RGB (Red+Green+Blue) = 181+108+89=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C59 is #4A93A6. Grayscale: #7F7F7F. Windows color (decimal): -4887463 or 5860533. OLE color: 5860533.

HSL color Cylindrical-coordinate representation of color #B56C59: hue angle of 12.39º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56C59 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18110889-
CMYK00.400.510.29
HSL12.39º38.33%52.94%-
HSV(B)12.39º50.83%70.98%-
XYZ26.2221.2712.17-
YUV127.66106.18166.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=47.88%
G=28.57%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811088900.400.510.2912.3938.3352.94
HexB56C59028331Dc2635
Octal2651541310506335144665
Binary10110101110110010110010101000110011111011100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C59; }

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

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

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

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

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

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

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

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