Shades of Sante Fe #B06F57
Tints of Sante Fe #B06F57
RGB
CMYK
RGB Variations
Color information
#B06F57 (or 0xB06F57) is known color: Sante Fe. HEX triplet: B0, 6F and 57. RGB value is (176,111,87). Sum of RGB (Red+Green+Blue) = 176+111+87=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F57 is #4F90A8. Grayscale: #7F7F7F. Windows color (decimal): -5214377 or 5730224. OLE color: 5730224.
HSL color Cylindrical-coordinate representation of color #B06F57: hue angle of 16.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06F57 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 87 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.31 |
| HSL | 16.18º | 0.36% | 0.52% | - |
| HSV(B) | 16.18º | 0.51% | 0.69% | - |
| XYZ | 25.31 | 21.29 | 11.79 | - |
| YUV | 127.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 87 | 0 | 0.37 | 0.51 | 0.31 | 16.18 | 0.36 | 0.52 |
| Hex | B0 | 6F | 57 | 0 | 25 | 33 | 1F | 10 | 24 | 34 |
| Octal | 260 | 157 | 127 | 0 | 45 | 63 | 37 | 20 | 44 | 64 |
| Binary | 10110000 | 1101111 | 1010111 | 0 | 100101 | 110011 | 11111 | 10000 | 100100 | 110100 |
Color Harmonies of #B06F57
Complementary color
Monochromatic Colors of #B06F57
Black with #B06F57
Text Example
Text Example
White with #B06F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F57; }
p { color: rgb(176,111,87); }
H1.HeaderClassName
{
color: #B06F57;
}
.AnyTagClassName
{
color: #B06F57;
}
</style>
background-color css
<style>
a { background-color: #B06F57; }
a { background-color: rgb(176,111,87); }
div.DivClassName
{
background-color: #B06F57;
}
.BgClassName
{
background-color: #B06F57;
}
</style>
border-color css
<style>
span { border-color: #B06F57; }
span { border-color: rgb(176,111,87); }
td.TdClassName
{
border-color: #B06F57;
}
.TagClassName
{
border-color: #B06F57;
}
</style>