#B1664C

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

Shades of Sante Fe #B1664C

Tints of Sante Fe #B1664C

Color information

#B1664C (or 0xB1664C) is unknown color: approx Sante Fe. HEX triplet: B1, 66 and 4C. RGB value is (177,102,76). Sum of RGB (Red+Green+Blue) = 177+102+76=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1664C is #4E99B3. Grayscale: #797979. Windows color (decimal): -5151156 or 5007025. OLE color: 5007025.

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

Color convert

RGB17710276-
CMYK00.420.570.31
HSL15.45º39.92%49.61%-
HSV(B)15.45º57.06%69.41%-
XYZ24.1919.379.3-
YUV121.46102.35167.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=49.86%
G=28.73%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771027600.420.570.3115.4539.9249.61
HexB1664C02A391Ff2832
Octal2611461140527137175062
Binary10110001110011010011000101010111001111111111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1664C; }

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

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

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

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

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

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

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

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