#B56C58

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

Shades of Sante Fe #B56C58

Tints of Sante Fe #B56C58

Color information

#B56C58 (or 0xB56C58) is unknown color: approx Sante Fe. HEX triplet: B5, 6C and 58. RGB value is (181,108,88). Sum of RGB (Red+Green+Blue) = 181+108+88=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56C58 is #4A93A7. Grayscale: #7F7F7F. Windows color (decimal): -4887464 or 5794997. OLE color: 5794997.

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

Color convert

RGB18110888-
CMYK00.400.510.29
HSL12.9º38.59%52.75%-
HSV(B)12.9º51.38%70.98%-
XYZ26.1821.2511.96-
YUV127.55105.68166.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=48.01%
G=28.65%
B=23.34%

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
Decimal1811088800.400.510.2912.938.5952.75
HexB56C58028331Dd2735
Octal2651541300506335154765
Binary10110101110110010110000101000110011111011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56C58; }

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

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

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

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

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

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

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

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