#B16858

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

Shades of Sante Fe #B16858

Tints of Sante Fe #B16858

Color information

#B16858 (or 0xB16858) is unknown color: approx Sante Fe. HEX triplet: B1, 68 and 58. RGB value is (177,104,88). Sum of RGB (Red+Green+Blue) = 177+104+88=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B16858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16858 is #4E97A7. Grayscale: #7C7C7C. Windows color (decimal): -5150632 or 5793969. OLE color: 5793969.

HSL color Cylindrical-coordinate representation of color #B16858: hue angle of 10.79º 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 #B16858 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17710488-
CMYK00.410.500.31
HSL10.79º36.33%51.96%-
HSV(B)10.79º50.28%69.41%-
XYZ24.8419.9511.77-
YUV124107.68165.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=47.97%
G=28.18%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771048800.410.500.3110.7936.3351.96
HexB16858029321Fb2434
Octal2611501300516237134464
Binary10110001110100010110000101001110010111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16858; }

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

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

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

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

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

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

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

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