Shades of Sante Fe #B1644F
Tints of Sante Fe #B1644F
RGB
CMYK
RGB Variations
Color information
#B1644F (or 0xB1644F) is known color: Sante Fe. HEX triplet: B1, 64 and 4F. RGB value is (177,100,79). Sum of RGB (Red+Green+Blue) = 177+100+79=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1644F is #4E9BB0. Grayscale: #787878. Windows color (decimal): -5151665 or 5203121. OLE color: 5203121.
HSL color Cylindrical-coordinate representation of color #B1644F: hue angle of 12.86º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1644F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 79 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.31 |
| HSL | 12.86º | 0.39% | 0.5% | - |
| HSV(B) | 12.86º | 0.55% | 0.69% | - |
| XYZ | 24.1 | 19.03 | 9.8 | - |
| YUV | 120.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 79 | 0 | 0.44 | 0.55 | 0.31 | 12.86 | 0.39 | 0.5 |
| Hex | B1 | 64 | 4F | 0 | 2C | 37 | 1F | D | 27 | 32 |
| Octal | 261 | 144 | 117 | 0 | 54 | 67 | 37 | 15 | 47 | 62 |
| Binary | 10110001 | 1100100 | 1001111 | 0 | 101100 | 110111 | 11111 | 1101 | 100111 | 110010 |
Color Harmonies of #B1644F
Complementary color
Monochromatic Colors of #B1644F
Black with #B1644F
Text Example
Text Example
White with #B1644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1644F; }
p { color: rgb(177,100,79); }
H1.HeaderClassName
{
color: #B1644F;
}
.AnyTagClassName
{
color: #B1644F;
}
</style>
background-color css
<style>
a { background-color: #B1644F; }
a { background-color: rgb(177,100,79); }
div.DivClassName
{
background-color: #B1644F;
}
.BgClassName
{
background-color: #B1644F;
}
</style>
border-color css
<style>
span { border-color: #B1644F; }
span { border-color: rgb(177,100,79); }
td.TdClassName
{
border-color: #B1644F;
}
.TagClassName
{
border-color: #B1644F;
}
</style>