Shades of Sante Fe #B06E54
Tints of Sante Fe #B06E54
RGB
CMYK
RGB Variations
Color information
#B06E54 (or 0xB06E54) is known color: Sante Fe. HEX triplet: B0, 6E and 54. RGB value is (176,110,84). Sum of RGB (Red+Green+Blue) = 176+110+84=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E54 is #4F91AB. Grayscale: #7E7E7E. Windows color (decimal): -5214636 or 5533360. OLE color: 5533360.
HSL color Cylindrical-coordinate representation of color #B06E54: hue angle of 16.96º 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 #B06E54 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 84 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.31 |
| HSL | 16.96º | 0.37% | 0.51% | - |
| HSV(B) | 16.96º | 0.52% | 0.69% | - |
| XYZ | 25.08 | 21.02 | 11.12 | - |
| YUV | 126.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 84 | 0 | 0.37 | 0.52 | 0.31 | 16.96 | 0.37 | 0.51 |
| Hex | B0 | 6E | 54 | 0 | 25 | 34 | 1F | 11 | 25 | 33 |
| Octal | 260 | 156 | 124 | 0 | 45 | 64 | 37 | 21 | 45 | 63 |
| Binary | 10110000 | 1101110 | 1010100 | 0 | 100101 | 110100 | 11111 | 10001 | 100101 | 110011 |
Color Harmonies of #B06E54
Complementary color
Monochromatic Colors of #B06E54
Black with #B06E54
Text Example
Text Example
White with #B06E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E54; }
p { color: rgb(176,110,84); }
H1.HeaderClassName
{
color: #B06E54;
}
.AnyTagClassName
{
color: #B06E54;
}
</style>
background-color css
<style>
a { background-color: #B06E54; }
a { background-color: rgb(176,110,84); }
div.DivClassName
{
background-color: #B06E54;
}
.BgClassName
{
background-color: #B06E54;
}
</style>
border-color css
<style>
span { border-color: #B06E54; }
span { border-color: rgb(176,110,84); }
td.TdClassName
{
border-color: #B06E54;
}
.TagClassName
{
border-color: #B06E54;
}
</style>