Shades of Sante Fe #B66850
Tints of Sante Fe #B66850
RGB
CMYK
RGB Variations
Color information
#B66850 (or 0xB66850) is known color: Sante Fe. HEX triplet: B6, 68 and 50. RGB value is (182,104,80). Sum of RGB (Red+Green+Blue) = 182+104+80=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B66850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66850 is #4997AF. Grayscale: #7C7C7C. Windows color (decimal): -4822960 or 5269686. OLE color: 5269686.
HSL color Cylindrical-coordinate representation of color #B66850: hue angle of 14.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66850 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 80 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.29 |
| HSL | 14.12º | 0.41% | 0.51% | - |
| HSV(B) | 14.12º | 0.56% | 0.71% | - |
| XYZ | 25.69 | 20.42 | 10.18 | - |
| YUV | 124.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 80 | 0 | 0.43 | 0.56 | 0.29 | 14.12 | 0.41 | 0.51 |
| Hex | B6 | 68 | 50 | 0 | 2B | 38 | 1D | E | 29 | 33 |
| Octal | 266 | 150 | 120 | 0 | 53 | 70 | 35 | 16 | 51 | 63 |
| Binary | 10110110 | 1101000 | 1010000 | 0 | 101011 | 111000 | 11101 | 1110 | 101001 | 110011 |
Color Harmonies of #B66850
Complementary color
Monochromatic Colors of #B66850
Black with #B66850
Text Example
Text Example
White with #B66850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66850; }
p { color: rgb(182,104,80); }
H1.HeaderClassName
{
color: #B66850;
}
.AnyTagClassName
{
color: #B66850;
}
</style>
background-color css
<style>
a { background-color: #B66850; }
a { background-color: rgb(182,104,80); }
div.DivClassName
{
background-color: #B66850;
}
.BgClassName
{
background-color: #B66850;
}
</style>
border-color css
<style>
span { border-color: #B66850; }
span { border-color: rgb(182,104,80); }
td.TdClassName
{
border-color: #B66850;
}
.TagClassName
{
border-color: #B66850;
}
</style>