Shades of Sante Fe #B0705B
Tints of Sante Fe #B0705B
RGB
CMYK
RGB Variations
Color information
#B0705B (or 0xB0705B) is known color: Sante Fe. HEX triplet: B0, 70 and 5B. RGB value is (176,112,91). Sum of RGB (Red+Green+Blue) = 176+112+91=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0705B is #4F8FA4. Grayscale: #808080. Windows color (decimal): -5214117 or 5992624. OLE color: 5992624.
HSL color Cylindrical-coordinate representation of color #B0705B: hue angle of 14.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0705B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 91 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.31 |
| HSL | 14.82º | 0.35% | 0.52% | - |
| HSV(B) | 14.82º | 0.48% | 0.69% | - |
| XYZ | 25.59 | 21.57 | 12.71 | - |
| YUV | 128.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 91 | 0 | 0.36 | 0.48 | 0.31 | 14.82 | 0.35 | 0.52 |
| Hex | B0 | 70 | 5B | 0 | 24 | 30 | 1F | F | 23 | 34 |
| Octal | 260 | 160 | 133 | 0 | 44 | 60 | 37 | 17 | 43 | 64 |
| Binary | 10110000 | 1110000 | 1011011 | 0 | 100100 | 110000 | 11111 | 1111 | 100011 | 110100 |
Color Harmonies of #B0705B
Complementary color
Monochromatic Colors of #B0705B
Black with #B0705B
Text Example
Text Example
White with #B0705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0705B; }
p { color: rgb(176,112,91); }
H1.HeaderClassName
{
color: #B0705B;
}
.AnyTagClassName
{
color: #B0705B;
}
</style>
background-color css
<style>
a { background-color: #B0705B; }
a { background-color: rgb(176,112,91); }
div.DivClassName
{
background-color: #B0705B;
}
.BgClassName
{
background-color: #B0705B;
}
</style>
border-color css
<style>
span { border-color: #B0705B; }
span { border-color: rgb(176,112,91); }
td.TdClassName
{
border-color: #B0705B;
}
.TagClassName
{
border-color: #B0705B;
}
</style>