#B17254

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

Shades of Sante Fe #B17254

Tints of Sante Fe #B17254

Color information

#B17254 (or 0xB17254) is unknown color: approx Sante Fe. HEX triplet: B1, 72 and 54. RGB value is (177,114,84). Sum of RGB (Red+Green+Blue) = 177+114+84=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B17254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17254 is #4E8DAB. Grayscale: #818181. Windows color (decimal): -5148076 or 5534385. OLE color: 5534385.

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

Color convert

RGB17711484-
CMYK00.360.530.31
HSL19.35º37.35%51.18%-
HSV(B)19.35º52.54%69.41%-
XYZ25.7522.0211.28-
YUV129.42102.37161.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=47.2%
G=30.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771148400.360.530.3119.3537.3551.18
HexB17254024351F132533
Octal2611621240446537234563
Binary101100011110010101010001001001101011111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17254; }

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

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

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

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

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

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

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

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