Shades of Sante Fe #B06C58
Tints of Sante Fe #B06C58
RGB
CMYK
RGB Variations
Color information
#B06C58 (or 0xB06C58) is known color: Sante Fe. HEX triplet: B0, 6C and 58. RGB value is (176,108,88). Sum of RGB (Red+Green+Blue) = 176+108+88=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C58 is #4F93A7. Grayscale: #7E7E7E. Windows color (decimal): -5215144 or 5794992. OLE color: 5794992.
HSL color Cylindrical-coordinate representation of color #B06C58: hue angle of 13.64º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06C58 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 88 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.31 |
| HSL | 13.64º | 0.36% | 0.52% | - |
| HSV(B) | 13.64º | 0.5% | 0.69% | - |
| XYZ | 25.03 | 20.66 | 11.9 | - |
| YUV | 126.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 88 | 0 | 0.39 | 0.50 | 0.31 | 13.64 | 0.36 | 0.52 |
| Hex | B0 | 6C | 58 | 0 | 27 | 32 | 1F | E | 24 | 34 |
| Octal | 260 | 154 | 130 | 0 | 47 | 62 | 37 | 16 | 44 | 64 |
| Binary | 10110000 | 1101100 | 1011000 | 0 | 100111 | 110010 | 11111 | 1110 | 100100 | 110100 |
Color Harmonies of #B06C58
Complementary color
Monochromatic Colors of #B06C58
Black with #B06C58
Text Example
Text Example
White with #B06C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C58; }
p { color: rgb(176,108,88); }
H1.HeaderClassName
{
color: #B06C58;
}
.AnyTagClassName
{
color: #B06C58;
}
</style>
background-color css
<style>
a { background-color: #B06C58; }
a { background-color: rgb(176,108,88); }
div.DivClassName
{
background-color: #B06C58;
}
.BgClassName
{
background-color: #B06C58;
}
</style>
border-color css
<style>
span { border-color: #B06C58; }
span { border-color: rgb(176,108,88); }
td.TdClassName
{
border-color: #B06C58;
}
.TagClassName
{
border-color: #B06C58;
}
</style>