Shades of Sante Fe #B0754F
Tints of Sante Fe #B0754F
RGB
CMYK
RGB Variations
Color information
#B0754F (or 0xB0754F) is known color: Sante Fe. HEX triplet: B0, 75 and 4F. RGB value is (176,117,79). Sum of RGB (Red+Green+Blue) = 176+117+79=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0754F is #4F8AB0. Grayscale: #828282. Windows color (decimal): -5212849 or 5207472. OLE color: 5207472.
HSL color Cylindrical-coordinate representation of color #B0754F: hue angle of 23.51º 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 #B0754F is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 79 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.31 |
| HSL | 23.51º | 0.38% | 0.5% | - |
| HSV(B) | 23.51º | 0.55% | 0.69% | - |
| XYZ | 25.68 | 22.52 | 10.39 | - |
| YUV | 130.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 79 | 0 | 0.34 | 0.55 | 0.31 | 23.51 | 0.38 | 0.5 |
| Hex | B0 | 75 | 4F | 0 | 22 | 37 | 1F | 18 | 26 | 32 |
| Octal | 260 | 165 | 117 | 0 | 42 | 67 | 37 | 30 | 46 | 62 |
| Binary | 10110000 | 1110101 | 1001111 | 0 | 100010 | 110111 | 11111 | 11000 | 100110 | 110010 |
Color Harmonies of #B0754F
Complementary color
Monochromatic Colors of #B0754F
Black with #B0754F
Text Example
Text Example
White with #B0754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0754F; }
p { color: rgb(176,117,79); }
H1.HeaderClassName
{
color: #B0754F;
}
.AnyTagClassName
{
color: #B0754F;
}
</style>
background-color css
<style>
a { background-color: #B0754F; }
a { background-color: rgb(176,117,79); }
div.DivClassName
{
background-color: #B0754F;
}
.BgClassName
{
background-color: #B0754F;
}
</style>
border-color css
<style>
span { border-color: #B0754F; }
span { border-color: rgb(176,117,79); }
td.TdClassName
{
border-color: #B0754F;
}
.TagClassName
{
border-color: #B0754F;
}
</style>