#B17655

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

Shades of Sante Fe #B17655

Tints of Sante Fe #B17655

Color information

#B17655 (or 0xB17655) is unknown color: approx Sante Fe. HEX triplet: B1, 76 and 55. RGB value is (177,118,85). Sum of RGB (Red+Green+Blue) = 177+118+85=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B17655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17655 is #4E89AA. Grayscale: #848484. Windows color (decimal): -5147051 or 5600945. OLE color: 5600945.

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

Color convert

RGB17711885-
CMYK00.330.520.31
HSL21.52º37.1%51.37%-
HSV(B)21.52º51.98%69.41%-
XYZ26.2522.9611.64-
YUV131.88101.55160.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=46.58%
G=31.05%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771188500.330.520.3121.5237.151.37
HexB17655021341F162533
Octal2611661250416437264563
Binary101100011110110101010101000011101001111110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17655; }

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

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

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

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

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

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

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

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