#B1764D

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

Shades of Sante Fe #B1764D

Tints of Sante Fe #B1764D

Color information

#B1764D (or 0xB1764D) is unknown color: approx Sante Fe. HEX triplet: B1, 76 and 4D. RGB value is (177,118,77). Sum of RGB (Red+Green+Blue) = 177+118+77=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1764D is #4E89B2. Grayscale: #838383. Windows color (decimal): -5147059 or 5076657. OLE color: 5076657.

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

Color convert

RGB17711877-
CMYK00.330.560.31
HSL24.6º39.37%49.8%-
HSV(B)24.6º56.5%69.41%-
XYZ25.9522.8410.06-
YUV130.9797.55160.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=47.58%
G=31.72%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771187700.330.560.3124.639.3749.8
HexB1764D021381F192732
Octal2611661150417037314762
Binary101100011110110100110101000011110001111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1764D; }

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

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

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

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

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

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

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

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