Shades of Sante Fe #B0735C
Tints of Sante Fe #B0735C
RGB
CMYK
RGB Variations
Color information
#B0735C (or 0xB0735C) is known color: Sante Fe. HEX triplet: B0, 73 and 5C. RGB value is (176,115,92). Sum of RGB (Red+Green+Blue) = 176+115+92=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0735C is #4F8CA3. Grayscale: #828282. Windows color (decimal): -5213348 or 6058928. OLE color: 6058928.
HSL color Cylindrical-coordinate representation of color #B0735C: hue angle of 16.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0735C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 92 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.31 |
| HSL | 16.43º | 0.35% | 0.53% | - |
| HSV(B) | 16.43º | 0.48% | 0.69% | - |
| XYZ | 25.97 | 22.26 | 13.05 | - |
| YUV | 130.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 92 | 0 | 0.35 | 0.48 | 0.31 | 16.43 | 0.35 | 0.53 |
| Hex | B0 | 73 | 5C | 0 | 23 | 30 | 1F | 10 | 23 | 35 |
| Octal | 260 | 163 | 134 | 0 | 43 | 60 | 37 | 20 | 43 | 65 |
| Binary | 10110000 | 1110011 | 1011100 | 0 | 100011 | 110000 | 11111 | 10000 | 100011 | 110101 |
Color Harmonies of #B0735C
Complementary color
Monochromatic Colors of #B0735C
Black with #B0735C
Text Example
Text Example
White with #B0735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0735C; }
p { color: rgb(176,115,92); }
H1.HeaderClassName
{
color: #B0735C;
}
.AnyTagClassName
{
color: #B0735C;
}
</style>
background-color css
<style>
a { background-color: #B0735C; }
a { background-color: rgb(176,115,92); }
div.DivClassName
{
background-color: #B0735C;
}
.BgClassName
{
background-color: #B0735C;
}
</style>
border-color css
<style>
span { border-color: #B0735C; }
span { border-color: rgb(176,115,92); }
td.TdClassName
{
border-color: #B0735C;
}
.TagClassName
{
border-color: #B0735C;
}
</style>