#B17150

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

Shades of Sante Fe #B17150

Tints of Sante Fe #B17150

Color information

#B17150 (or 0xB17150) is unknown color: approx Sante Fe. HEX triplet: B1, 71 and 50. RGB value is (177,113,80). Sum of RGB (Red+Green+Blue) = 177+113+80=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B17150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17150 is #4E8EAF. Grayscale: #808080. Windows color (decimal): -5148336 or 5271985. OLE color: 5271985.

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

Color convert

RGB17711380-
CMYK00.360.550.31
HSL20.41º38.34%50.39%-
HSV(B)20.41º54.8%69.41%-
XYZ25.4821.7410.44-
YUV128.37100.7162.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=47.84%
G=30.54%
B=21.62%

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
Decimal1771138000.360.550.3120.4138.3450.39
HexB17150024371F142632
Octal2611611200446737244662
Binary101100011110001101000001001001101111111110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17150; }

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

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

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

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

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

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

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

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