#B16959

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

Shades of Sante Fe #B16959

Tints of Sante Fe #B16959

Color information

#B16959 (or 0xB16959) is unknown color: approx Sante Fe. HEX triplet: B1, 69 and 59. RGB value is (177,105,89). Sum of RGB (Red+Green+Blue) = 177+105+89=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B16959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16959 is #4E96A6. Grayscale: #7C7C7C. Windows color (decimal): -5150375 or 5859761. OLE color: 5859761.

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

Color convert

RGB17710589-
CMYK00.410.500.31
HSL10.91º36.07%52.16%-
HSV(B)10.91º49.72%69.41%-
XYZ24.9920.1712.03-
YUV124.7107.85165.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=47.71%
G=28.30%
B=23.99%

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
Decimal1771058900.410.500.3110.9136.0752.16
HexB16959029321Fb2434
Octal2611511310516237134464
Binary10110001110100110110010101001110010111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16959; }

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

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

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

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

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

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

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

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