Shades of Sante Fe #B06F58
Tints of Sante Fe #B06F58
RGB
CMYK
RGB Variations
Color information
#B06F58 (or 0xB06F58) is known color: Sante Fe. HEX triplet: B0, 6F and 58. RGB value is (176,111,88). Sum of RGB (Red+Green+Blue) = 176+111+88=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F58 is #4F90A7. Grayscale: #7F7F7F. Windows color (decimal): -5214376 or 5795760. OLE color: 5795760.
HSL color Cylindrical-coordinate representation of color #B06F58: hue angle of 15.68º 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 #B06F58 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 88 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.31 |
| HSL | 15.68º | 0.36% | 0.52% | - |
| HSV(B) | 15.68º | 0.5% | 0.69% | - |
| XYZ | 25.35 | 21.3 | 12.01 | - |
| YUV | 127.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 88 | 0 | 0.37 | 0.50 | 0.31 | 15.68 | 0.36 | 0.52 |
| Hex | B0 | 6F | 58 | 0 | 25 | 32 | 1F | 10 | 24 | 34 |
| Octal | 260 | 157 | 130 | 0 | 45 | 62 | 37 | 20 | 44 | 64 |
| Binary | 10110000 | 1101111 | 1011000 | 0 | 100101 | 110010 | 11111 | 10000 | 100100 | 110100 |
Color Harmonies of #B06F58
Complementary color
Monochromatic Colors of #B06F58
Black with #B06F58
Text Example
Text Example
White with #B06F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F58; }
p { color: rgb(176,111,88); }
H1.HeaderClassName
{
color: #B06F58;
}
.AnyTagClassName
{
color: #B06F58;
}
</style>
background-color css
<style>
a { background-color: #B06F58; }
a { background-color: rgb(176,111,88); }
div.DivClassName
{
background-color: #B06F58;
}
.BgClassName
{
background-color: #B06F58;
}
</style>
border-color css
<style>
span { border-color: #B06F58; }
span { border-color: rgb(176,111,88); }
td.TdClassName
{
border-color: #B06F58;
}
.TagClassName
{
border-color: #B06F58;
}
</style>