Shades of Sante Fe #B06F54
Tints of Sante Fe #B06F54
RGB
CMYK
RGB Variations
Color information
#B06F54 (or 0xB06F54) is known color: Sante Fe. HEX triplet: B0, 6F and 54. RGB value is (176,111,84). Sum of RGB (Red+Green+Blue) = 176+111+84=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F54 is #4F90AB. Grayscale: #7F7F7F. Windows color (decimal): -5214380 or 5533616. OLE color: 5533616.
HSL color Cylindrical-coordinate representation of color #B06F54: hue angle of 17.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06F54 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 84 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.31 |
| HSL | 17.61º | 0.37% | 0.51% | - |
| HSV(B) | 17.61º | 0.52% | 0.69% | - |
| XYZ | 25.19 | 21.24 | 11.16 | - |
| YUV | 127.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 84 | 0 | 0.37 | 0.52 | 0.31 | 17.61 | 0.37 | 0.51 |
| Hex | B0 | 6F | 54 | 0 | 25 | 34 | 1F | 12 | 25 | 33 |
| Octal | 260 | 157 | 124 | 0 | 45 | 64 | 37 | 22 | 45 | 63 |
| Binary | 10110000 | 1101111 | 1010100 | 0 | 100101 | 110100 | 11111 | 10010 | 100101 | 110011 |
Color Harmonies of #B06F54
Complementary color
Monochromatic Colors of #B06F54
Black with #B06F54
Text Example
Text Example
White with #B06F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F54; }
p { color: rgb(176,111,84); }
H1.HeaderClassName
{
color: #B06F54;
}
.AnyTagClassName
{
color: #B06F54;
}
</style>
background-color css
<style>
a { background-color: #B06F54; }
a { background-color: rgb(176,111,84); }
div.DivClassName
{
background-color: #B06F54;
}
.BgClassName
{
background-color: #B06F54;
}
</style>
border-color css
<style>
span { border-color: #B06F54; }
span { border-color: rgb(176,111,84); }
td.TdClassName
{
border-color: #B06F54;
}
.TagClassName
{
border-color: #B06F54;
}
</style>