Shades of Sante Fe #B0705C
Tints of Sante Fe #B0705C
RGB
CMYK
RGB Variations
Color information
#B0705C (or 0xB0705C) is known color: Sante Fe. HEX triplet: B0, 70 and 5C. RGB value is (176,112,92). Sum of RGB (Red+Green+Blue) = 176+112+92=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705C is #4F8FA3. Grayscale: #818181. Windows color (decimal): -5214116 or 6058160. OLE color: 6058160.
HSL color Cylindrical-coordinate representation of color #B0705C: hue angle of 14.29º 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 #B0705C is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 92 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.31 |
| HSL | 14.29º | 0.35% | 0.53% | - |
| HSV(B) | 14.29º | 0.48% | 0.69% | - |
| XYZ | 25.63 | 21.59 | 12.94 | - |
| YUV | 128.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 92 | 0 | 0.36 | 0.48 | 0.31 | 14.29 | 0.35 | 0.53 |
| Hex | B0 | 70 | 5C | 0 | 24 | 30 | 1F | E | 23 | 35 |
| Octal | 260 | 160 | 134 | 0 | 44 | 60 | 37 | 16 | 43 | 65 |
| Binary | 10110000 | 1110000 | 1011100 | 0 | 100100 | 110000 | 11111 | 1110 | 100011 | 110101 |
Color Harmonies of #B0705C
Complementary color
Monochromatic Colors of #B0705C
Black with #B0705C
Text Example
Text Example
White with #B0705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0705C; }
p { color: rgb(176,112,92); }
H1.HeaderClassName
{
color: #B0705C;
}
.AnyTagClassName
{
color: #B0705C;
}
</style>
background-color css
<style>
a { background-color: #B0705C; }
a { background-color: rgb(176,112,92); }
div.DivClassName
{
background-color: #B0705C;
}
.BgClassName
{
background-color: #B0705C;
}
</style>
border-color css
<style>
span { border-color: #B0705C; }
span { border-color: rgb(176,112,92); }
td.TdClassName
{
border-color: #B0705C;
}
.TagClassName
{
border-color: #B0705C;
}
</style>