Shades of Sante Fe #B06256
Tints of Sante Fe #B06256
RGB
CMYK
RGB Variations
Color information
#B06256 (or 0xB06256) is known color: Sante Fe. HEX triplet: B0, 62 and 56. RGB value is (176,98,86). Sum of RGB (Red+Green+Blue) = 176+98+86=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B06256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06256 is #4F9DA9. Grayscale: #787878. Windows color (decimal): -5217706 or 5661360. OLE color: 5661360.
HSL color Cylindrical-coordinate representation of color #B06256: hue angle of 8º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06256 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 86 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.31 |
| HSL | 8º | 0.36% | 0.51% | - |
| HSV(B) | 8º | 0.51% | 0.69% | - |
| XYZ | 23.95 | 18.64 | 11.14 | - |
| YUV | 119.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 86 | 0 | 0.44 | 0.51 | 0.31 | 8 | 0.36 | 0.51 |
| Hex | B0 | 62 | 56 | 0 | 2C | 33 | 1F | 8 | 24 | 33 |
| Octal | 260 | 142 | 126 | 0 | 54 | 63 | 37 | 10 | 44 | 63 |
| Binary | 10110000 | 1100010 | 1010110 | 0 | 101100 | 110011 | 11111 | 1000 | 100100 | 110011 |
Color Harmonies of #B06256
Complementary color
Monochromatic Colors of #B06256
Black with #B06256
Text Example
Text Example
White with #B06256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06256; }
p { color: rgb(176,98,86); }
H1.HeaderClassName
{
color: #B06256;
}
.AnyTagClassName
{
color: #B06256;
}
</style>
background-color css
<style>
a { background-color: #B06256; }
a { background-color: rgb(176,98,86); }
div.DivClassName
{
background-color: #B06256;
}
.BgClassName
{
background-color: #B06256;
}
</style>
border-color css
<style>
span { border-color: #B06256; }
span { border-color: rgb(176,98,86); }
td.TdClassName
{
border-color: #B06256;
}
.TagClassName
{
border-color: #B06256;
}
</style>