Shades of Sante Fe #B27058
Tints of Sante Fe #B27058
RGB
CMYK
RGB Variations
Color information
#B27058 (or 0xB27058) is known color: Sante Fe. HEX triplet: B2, 70 and 58. RGB value is (178,112,88). Sum of RGB (Red+Green+Blue) = 178+112+88=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B27058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27058 is #4D8FA7. Grayscale: #818181. Windows color (decimal): -5083048 or 5796018. OLE color: 5796018.
HSL color Cylindrical-coordinate representation of color #B27058: hue angle of 16º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27058 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 88 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.30 |
| HSL | 16º | 0.37% | 0.52% | - |
| HSV(B) | 16º | 0.51% | 0.7% | - |
| XYZ | 25.92 | 21.76 | 12.07 | - |
| YUV | 129 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 88 | 0 | 0.37 | 0.51 | 0.30 | 16 | 0.37 | 0.52 |
| Hex | B2 | 70 | 58 | 0 | 25 | 33 | 1E | 10 | 25 | 34 |
| Octal | 262 | 160 | 130 | 0 | 45 | 63 | 36 | 20 | 45 | 64 |
| Binary | 10110010 | 1110000 | 1011000 | 0 | 100101 | 110011 | 11110 | 10000 | 100101 | 110100 |
Color Harmonies of #B27058
Complementary color
Monochromatic Colors of #B27058
Black with #B27058
Text Example
Text Example
White with #B27058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27058; }
p { color: rgb(178,112,88); }
H1.HeaderClassName
{
color: #B27058;
}
.AnyTagClassName
{
color: #B27058;
}
</style>
background-color css
<style>
a { background-color: #B27058; }
a { background-color: rgb(178,112,88); }
div.DivClassName
{
background-color: #B27058;
}
.BgClassName
{
background-color: #B27058;
}
</style>
border-color css
<style>
span { border-color: #B27058; }
span { border-color: rgb(178,112,88); }
td.TdClassName
{
border-color: #B27058;
}
.TagClassName
{
border-color: #B27058;
}
</style>