#B16951

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

Shades of Sante Fe #B16951

Tints of Sante Fe #B16951

Color information

#B16951 (or 0xB16951) is unknown color: approx Sante Fe. HEX triplet: B1, 69 and 51. RGB value is (177,105,81). Sum of RGB (Red+Green+Blue) = 177+105+81=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B16951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16951 is #4E96AE. Grayscale: #7B7B7B. Windows color (decimal): -5150383 or 5335473. OLE color: 5335473.

HSL color Cylindrical-coordinate representation of color #B16951: hue angle of 15º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16951 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17710581-
CMYK00.410.540.31
HSL15º38.1%50.59%-
HSV(B)15º54.24%69.41%-
XYZ24.6720.0410.35-
YUV123.79103.85165.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=48.76%
G=28.93%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771058100.410.540.311538.150.59
HexB16951029361Ff2633
Octal2611511210516637174663
Binary10110001110100110100010101001110110111111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16951; }

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

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

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

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

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

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

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

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