Shades of Sante Fe #B1725C
Tints of Sante Fe #B1725C
RGB
CMYK
RGB Variations
Color information
#B1725C (or 0xB1725C) is known color: Sante Fe. HEX triplet: B1, 72 and 5C. RGB value is (177,114,92). Sum of RGB (Red+Green+Blue) = 177+114+92=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1725C is #4E8DA3. Grayscale: #828282. Windows color (decimal): -5148068 or 6058673. OLE color: 6058673.
HSL color Cylindrical-coordinate representation of color #B1725C: hue angle of 15.53º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1725C is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 92 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.31 |
| HSL | 15.53º | 0.35% | 0.53% | - |
| HSV(B) | 15.53º | 0.48% | 0.69% | - |
| XYZ | 26.08 | 22.15 | 13.03 | - |
| YUV | 130.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 92 | 0 | 0.36 | 0.48 | 0.31 | 15.53 | 0.35 | 0.53 |
| Hex | B1 | 72 | 5C | 0 | 24 | 30 | 1F | 10 | 23 | 35 |
| Octal | 261 | 162 | 134 | 0 | 44 | 60 | 37 | 20 | 43 | 65 |
| Binary | 10110001 | 1110010 | 1011100 | 0 | 100100 | 110000 | 11111 | 10000 | 100011 | 110101 |
Color Harmonies of #B1725C
Complementary color
Monochromatic Colors of #B1725C
Black with #B1725C
Text Example
Text Example
White with #B1725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1725C; }
p { color: rgb(177,114,92); }
H1.HeaderClassName
{
color: #B1725C;
}
.AnyTagClassName
{
color: #B1725C;
}
</style>
background-color css
<style>
a { background-color: #B1725C; }
a { background-color: rgb(177,114,92); }
div.DivClassName
{
background-color: #B1725C;
}
.BgClassName
{
background-color: #B1725C;
}
</style>
border-color css
<style>
span { border-color: #B1725C; }
span { border-color: rgb(177,114,92); }
td.TdClassName
{
border-color: #B1725C;
}
.TagClassName
{
border-color: #B1725C;
}
</style>