#b56859

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

Shades of Sante Fe #B56859

Tints of Sante Fe #B56859

Color information

#B56859 (or 0xB56859) is unknown color: approx Sante Fe. HEX triplet: B5, 68 and 59. RGB value is (181,104,89). Sum of RGB (Red+Green+Blue) = 181+104+89=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B56859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56859 is #4A97A6. Grayscale: #7D7D7D. Windows color (decimal): -4888487 or 5859509. OLE color: 5859509.

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

Color convert

RGB18110489-
CMYK00.430.510.29
HSL9.78º38.33%52.94%-
HSV(B)9.78º50.83%70.98%-
XYZ25.8120.4512.04-
YUV125.31107.51167.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=48.40%
G=27.81%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811048900.430.510.299.7838.3352.94
HexB5685902B331Da2635
Octal2651501310536335124665
Binary10110101110100010110010101011110011111011010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56859; }

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

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

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

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

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

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

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

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