#B1664D

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

Shades of Sante Fe #B1664D

Tints of Sante Fe #B1664D

Color information

#B1664D (or 0xB1664D) is unknown color: approx Sante Fe. HEX triplet: B1, 66 and 4D. RGB value is (177,102,77). Sum of RGB (Red+Green+Blue) = 177+102+77=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1664D is #4E99B2. Grayscale: #797979. Windows color (decimal): -5151155 or 5072561. OLE color: 5072561.

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

Color convert

RGB17710277-
CMYK00.420.560.31
HSL15º39.37%49.8%-
HSV(B)15º56.5%69.41%-
XYZ24.2219.399.49-
YUV121.58102.85167.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=49.72%
G=28.65%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771027700.420.560.311539.3749.8
HexB1664D02A381Ff2732
Octal2611461150527037174762
Binary10110001110011010011010101010111000111111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1664D; }

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

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

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

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

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

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

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

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