#B16759

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

Shades of Sante Fe #B16759

Tints of Sante Fe #B16759

Color information

#B16759 (or 0xB16759) is unknown color: approx Sante Fe. HEX triplet: B1, 67 and 59. RGB value is (177,103,89). Sum of RGB (Red+Green+Blue) = 177+103+89=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B16759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16759 is #4E98A6. Grayscale: #7B7B7B. Windows color (decimal): -5150887 or 5859249. OLE color: 5859249.

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

Color convert

RGB17710389-
CMYK00.420.500.31
HSL9.55º36.07%52.16%-
HSV(B)9.55º49.72%69.41%-
XYZ24.7819.7711.96-
YUV123.53108.52166.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=47.97%
G=27.91%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771038900.420.500.319.5536.0752.16
HexB1675902A321Fa2434
Octal2611471310526237124464
Binary10110001110011110110010101010110010111111010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16759; }

 p { color: rgb(177,103,89); }

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

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

 a { background-color: rgb(177,103,89); }

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

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

 span { border-color: rgb(177,103,89); }

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