#B17250

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

Shades of Sante Fe #B17250

Tints of Sante Fe #B17250

Color information

#B17250 (or 0xB17250) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 50. RGB value is (177,114,80). Sum of RGB (Red+Green+Blue) = 177+114+80=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B17250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17250 is #4E8DAF. Grayscale: #818181. Windows color (decimal): -5148080 or 5272241. OLE color: 5272241.

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

Color convert

RGB17711480-
CMYK00.360.550.31
HSL21.03º38.34%50.39%-
HSV(B)21.03º54.8%69.41%-
XYZ25.621.9610.48-
YUV128.96100.37162.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=47.71%
G=30.73%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771148000.360.550.3121.0338.3450.39
HexB17250024371F152632
Octal2611621200446737254662
Binary101100011110010101000001001001101111111110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17250; }

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

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

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

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

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

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

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

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