Shades of Sante Fe #B06551
Tints of Sante Fe #B06551
RGB
CMYK
RGB Variations
Color information
#B06551 (or 0xB06551) is known color: Sante Fe. HEX triplet: B0, 65 and 51. RGB value is (176,101,81). Sum of RGB (Red+Green+Blue) = 176+101+81=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B06551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06551 is #4F9AAE. Grayscale: #797979. Windows color (decimal): -5216943 or 5334448. OLE color: 5334448.
HSL color Cylindrical-coordinate representation of color #B06551: hue angle of 12.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06551 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 81 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.31 |
| HSL | 12.63º | 0.38% | 0.5% | - |
| HSV(B) | 12.63º | 0.54% | 0.69% | - |
| XYZ | 24.04 | 19.13 | 10.21 | - |
| YUV | 121.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 81 | 0 | 0.43 | 0.54 | 0.31 | 12.63 | 0.38 | 0.5 |
| Hex | B0 | 65 | 51 | 0 | 2B | 36 | 1F | D | 26 | 32 |
| Octal | 260 | 145 | 121 | 0 | 53 | 66 | 37 | 15 | 46 | 62 |
| Binary | 10110000 | 1100101 | 1010001 | 0 | 101011 | 110110 | 11111 | 1101 | 100110 | 110010 |
Color Harmonies of #B06551
Complementary color
Monochromatic Colors of #B06551
Black with #B06551
Text Example
Text Example
White with #B06551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06551; }
p { color: rgb(176,101,81); }
H1.HeaderClassName
{
color: #B06551;
}
.AnyTagClassName
{
color: #B06551;
}
</style>
background-color css
<style>
a { background-color: #B06551; }
a { background-color: rgb(176,101,81); }
div.DivClassName
{
background-color: #B06551;
}
.BgClassName
{
background-color: #B06551;
}
</style>
border-color css
<style>
span { border-color: #B06551; }
span { border-color: rgb(176,101,81); }
td.TdClassName
{
border-color: #B06551;
}
.TagClassName
{
border-color: #B06551;
}
</style>