Shades of Sante Fe #B0725D
Tints of Sante Fe #B0725D
RGB
CMYK
RGB Variations
Color information
#B0725D (or 0xB0725D) is known color: Sante Fe. HEX triplet: B0, 72 and 5D. RGB value is (176,114,93). Sum of RGB (Red+Green+Blue) = 176+114+93=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0725D is #4F8DA2. Grayscale: #828282. Windows color (decimal): -5213603 or 6124208. OLE color: 6124208.
HSL color Cylindrical-coordinate representation of color #B0725D: hue angle of 15.18º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0725D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 93 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.31 |
| HSL | 15.18º | 0.34% | 0.53% | - |
| HSV(B) | 15.18º | 0.47% | 0.69% | - |
| XYZ | 25.9 | 22.06 | 13.25 | - |
| YUV | 130.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 93 | 0 | 0.35 | 0.47 | 0.31 | 15.18 | 0.34 | 0.53 |
| Hex | B0 | 72 | 5D | 0 | 23 | 2F | 1F | F | 22 | 35 |
| Octal | 260 | 162 | 135 | 0 | 43 | 57 | 37 | 17 | 42 | 65 |
| Binary | 10110000 | 1110010 | 1011101 | 0 | 100011 | 101111 | 11111 | 1111 | 100010 | 110101 |
Color Harmonies of #B0725D
Complementary color
Monochromatic Colors of #B0725D
Black with #B0725D
Text Example
Text Example
White with #B0725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0725D; }
p { color: rgb(176,114,93); }
H1.HeaderClassName
{
color: #B0725D;
}
.AnyTagClassName
{
color: #B0725D;
}
</style>
background-color css
<style>
a { background-color: #B0725D; }
a { background-color: rgb(176,114,93); }
div.DivClassName
{
background-color: #B0725D;
}
.BgClassName
{
background-color: #B0725D;
}
</style>
border-color css
<style>
span { border-color: #B0725D; }
span { border-color: rgb(176,114,93); }
td.TdClassName
{
border-color: #B0725D;
}
.TagClassName
{
border-color: #B0725D;
}
</style>