#B17255

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

Shades of Sante Fe #B17255

Tints of Sante Fe #B17255

Color information

#B17255 (or 0xB17255) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 55. RGB value is (177,114,85). Sum of RGB (Red+Green+Blue) = 177+114+85=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B17255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17255 is #4E8DAA. Grayscale: #818181. Windows color (decimal): -5148075 or 5599921. OLE color: 5599921.

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

Color convert

RGB17711485-
CMYK00.360.520.31
HSL18.91º37.1%51.37%-
HSV(B)18.91º51.98%69.41%-
XYZ25.7922.0411.49-
YUV129.53102.87161.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=47.07%
G=30.32%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771148500.360.520.3118.9137.151.37
HexB17255024341F132533
Octal2611621250446437234563
Binary101100011110010101010101001001101001111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17255; }

 p { color: rgb(177,114,85); }

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

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

 a { background-color: rgb(177,114,85); }

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

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

 span { border-color: rgb(177,114,85); }

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