#B17753

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

Shades of Sante Fe #B17753

Tints of Sante Fe #B17753

Color information

#B17753 (or 0xB17753) is unknown color: approx Sante Fe. HEX triplet: B1, 77 and 53. RGB value is (177,119,83). Sum of RGB (Red+Green+Blue) = 177+119+83=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17753 is #4E88AC. Grayscale: #848484. Windows color (decimal): -5146797 or 5470129. OLE color: 5470129.

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

Color convert

RGB17711983-
CMYK00.330.530.31
HSL22.98º37.6%50.98%-
HSV(B)22.98º53.11%69.41%-
XYZ26.2923.1711.27-
YUV132.24100.22159.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=46.70%
G=31.40%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771198300.330.530.3122.9837.650.98
HexB17753021351F172633
Octal2611671230416537274663
Binary101100011110111101001101000011101011111110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17753; }

 p { color: rgb(177,119,83); }

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

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

 a { background-color: rgb(177,119,83); }

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

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

 span { border-color: rgb(177,119,83); }

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