Shades of Sante Fe #B07850
Tints of Sante Fe #B07850
RGB
CMYK
RGB Variations
Color information
#B07850 (or 0xB07850) is known color: Sante Fe. HEX triplet: B0, 78 and 50. RGB value is (176,120,80). Sum of RGB (Red+Green+Blue) = 176+120+80=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07850 is #4F87AF. Grayscale: #848484. Windows color (decimal): -5212080 or 5273776. OLE color: 5273776.
HSL color Cylindrical-coordinate representation of color #B07850: hue angle of 25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B07850 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 80 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.31 |
| HSL | 25º | 0.38% | 0.5% | - |
| HSV(B) | 25º | 0.55% | 0.69% | - |
| XYZ | 26.07 | 23.24 | 10.7 | - |
| YUV | 132.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 80 | 0 | 0.32 | 0.55 | 0.31 | 25 | 0.38 | 0.5 |
| Hex | B0 | 78 | 50 | 0 | 20 | 37 | 1F | 19 | 26 | 32 |
| Octal | 260 | 170 | 120 | 0 | 40 | 67 | 37 | 31 | 46 | 62 |
| Binary | 10110000 | 1111000 | 1010000 | 0 | 100000 | 110111 | 11111 | 11001 | 100110 | 110010 |
Color Harmonies of #B07850
Complementary color
Monochromatic Colors of #B07850
Black with #B07850
Text Example
Text Example
White with #B07850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07850; }
p { color: rgb(176,120,80); }
H1.HeaderClassName
{
color: #B07850;
}
.AnyTagClassName
{
color: #B07850;
}
</style>
background-color css
<style>
a { background-color: #B07850; }
a { background-color: rgb(176,120,80); }
div.DivClassName
{
background-color: #B07850;
}
.BgClassName
{
background-color: #B07850;
}
</style>
border-color css
<style>
span { border-color: #B07850; }
span { border-color: rgb(176,120,80); }
td.TdClassName
{
border-color: #B07850;
}
.TagClassName
{
border-color: #B07850;
}
</style>