Shades of Sante Fe #B07752
Tints of Sante Fe #B07752
RGB
CMYK
RGB Variations
Color information
#B07752 (or 0xB07752) is known color: Sante Fe. HEX triplet: B0, 77 and 52. RGB value is (176,119,82). Sum of RGB (Red+Green+Blue) = 176+119+82=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B07752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07752 is #4F88AD. Grayscale: #848484. Windows color (decimal): -5212334 or 5404592. OLE color: 5404592.
HSL color Cylindrical-coordinate representation of color #B07752: hue angle of 23.62º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B07752 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 82 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.31 |
| HSL | 23.62º | 0.37% | 0.51% | - |
| HSV(B) | 23.62º | 0.53% | 0.69% | - |
| XYZ | 26.02 | 23.03 | 11.06 | - |
| YUV | 131.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 82 | 0 | 0.32 | 0.53 | 0.31 | 23.62 | 0.37 | 0.51 |
| Hex | B0 | 77 | 52 | 0 | 20 | 35 | 1F | 18 | 25 | 33 |
| Octal | 260 | 167 | 122 | 0 | 40 | 65 | 37 | 30 | 45 | 63 |
| Binary | 10110000 | 1110111 | 1010010 | 0 | 100000 | 110101 | 11111 | 11000 | 100101 | 110011 |
Color Harmonies of #B07752
Complementary color
Monochromatic Colors of #B07752
Black with #B07752
Text Example
Text Example
White with #B07752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07752; }
p { color: rgb(176,119,82); }
H1.HeaderClassName
{
color: #B07752;
}
.AnyTagClassName
{
color: #B07752;
}
</style>
background-color css
<style>
a { background-color: #B07752; }
a { background-color: rgb(176,119,82); }
div.DivClassName
{
background-color: #B07752;
}
.BgClassName
{
background-color: #B07752;
}
</style>
border-color css
<style>
span { border-color: #B07752; }
span { border-color: rgb(176,119,82); }
td.TdClassName
{
border-color: #B07752;
}
.TagClassName
{
border-color: #B07752;
}
</style>