Shades of Sante Fe #B1644C
Tints of Sante Fe #B1644C
RGB
CMYK
RGB Variations
Color information
#B1644C (or 0xB1644C) is known color: Sante Fe. HEX triplet: B1, 64 and 4C. RGB value is (177,100,76). Sum of RGB (Red+Green+Blue) = 177+100+76=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1644C is #4E9BB3. Grayscale: #787878. Windows color (decimal): -5151668 or 5006513. OLE color: 5006513.
HSL color Cylindrical-coordinate representation of color #B1644C: hue angle of 14.26º 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 #B1644C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 76 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.31 |
| HSL | 14.26º | 0.4% | 0.5% | - |
| HSV(B) | 14.26º | 0.57% | 0.69% | - |
| XYZ | 23.99 | 18.98 | 9.24 | - |
| YUV | 120.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 76 | 0 | 0.44 | 0.57 | 0.31 | 14.26 | 0.4 | 0.5 |
| Hex | B1 | 64 | 4C | 0 | 2C | 39 | 1F | E | 28 | 32 |
| Octal | 261 | 144 | 114 | 0 | 54 | 71 | 37 | 16 | 50 | 62 |
| Binary | 10110001 | 1100100 | 1001100 | 0 | 101100 | 111001 | 11111 | 1110 | 101000 | 110010 |
Color Harmonies of #B1644C
Complementary color
Monochromatic Colors of #B1644C
Black with #B1644C
Text Example
Text Example
White with #B1644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1644C; }
p { color: rgb(177,100,76); }
H1.HeaderClassName
{
color: #B1644C;
}
.AnyTagClassName
{
color: #B1644C;
}
</style>
background-color css
<style>
a { background-color: #B1644C; }
a { background-color: rgb(177,100,76); }
div.DivClassName
{
background-color: #B1644C;
}
.BgClassName
{
background-color: #B1644C;
}
</style>
border-color css
<style>
span { border-color: #B1644C; }
span { border-color: rgb(177,100,76); }
td.TdClassName
{
border-color: #B1644C;
}
.TagClassName
{
border-color: #B1644C;
}
</style>