#B17858

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

Shades of Sante Fe #B17858

Tints of Sante Fe #B17858

Color information

#B17858 (or 0xB17858) is unknown color: approx Sante Fe. HEX triplet: B1, 78 and 58. RGB value is (177,120,88). Sum of RGB (Red+Green+Blue) = 177+120+88=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17858 is #4E87A7. Grayscale: #858585. Windows color (decimal): -5146536 or 5798065. OLE color: 5798065.

HSL color Cylindrical-coordinate representation of color #B17858: hue angle of 21.57º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17858 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17712088-
CMYK00.320.500.31
HSL21.57º36.33%51.96%-
HSV(B)21.57º50.28%69.41%-
XYZ26.6123.4812.36-
YUV133.4102.38159.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=45.97%
G=31.17%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771208800.320.500.3121.5736.3351.96
HexB17858020321F162434
Octal2611701300406237264464
Binary101100011111000101100001000001100101111110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17858; }

 p { color: rgb(177,120,88); }

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

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

 a { background-color: rgb(177,120,88); }

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

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

 span { border-color: rgb(177,120,88); }

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