#B56C5A

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

Shades of Sante Fe #B56C5A

Tints of Sante Fe #B56C5A

Color information

#B56C5A (or 0xB56C5A) is unknown color: approx Sante Fe. HEX triplet: B5, 6C and 5A. RGB value is (181,108,90). Sum of RGB (Red+Green+Blue) = 181+108+90=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C5A is #4A93A5. Grayscale: #7F7F7F. Windows color (decimal): -4887462 or 5926069. OLE color: 5926069.

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

Color convert

RGB18110890-
CMYK00.400.500.29
HSL11.87º38.08%53.14%-
HSV(B)11.87º50.28%70.98%-
XYZ26.2621.2912.4-
YUV127.78106.68165.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=47.76%
G=28.50%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811089000.400.500.2911.8738.0853.14
HexB56C5A028321Dc2635
Octal2651541320506235144665
Binary10110101110110010110100101000110010111011100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C5A; }

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

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

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

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

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

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

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

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