Shades of Sante Fe #B0674F
Tints of Sante Fe #B0674F
RGB
CMYK
RGB Variations
Color information
#B0674F (or 0xB0674F) is known color: Sante Fe. HEX triplet: B0, 67 and 4F. RGB value is (176,103,79). Sum of RGB (Red+Green+Blue) = 176+103+79=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0674F is #4F98B0. Grayscale: #7A7A7A. Windows color (decimal): -5216433 or 5203888. OLE color: 5203888.
HSL color Cylindrical-coordinate representation of color #B0674F: hue angle of 14.85º 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 #B0674F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 79 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.31 |
| HSL | 14.85º | 0.38% | 0.5% | - |
| HSV(B) | 14.85º | 0.55% | 0.69% | - |
| XYZ | 24.17 | 19.5 | 9.89 | - |
| YUV | 122.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 79 | 0 | 0.41 | 0.55 | 0.31 | 14.85 | 0.38 | 0.5 |
| Hex | B0 | 67 | 4F | 0 | 29 | 37 | 1F | F | 26 | 32 |
| Octal | 260 | 147 | 117 | 0 | 51 | 67 | 37 | 17 | 46 | 62 |
| Binary | 10110000 | 1100111 | 1001111 | 0 | 101001 | 110111 | 11111 | 1111 | 100110 | 110010 |
Color Harmonies of #B0674F
Complementary color
Monochromatic Colors of #B0674F
Black with #B0674F
Text Example
Text Example
White with #B0674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0674F; }
p { color: rgb(176,103,79); }
H1.HeaderClassName
{
color: #B0674F;
}
.AnyTagClassName
{
color: #B0674F;
}
</style>
background-color css
<style>
a { background-color: #B0674F; }
a { background-color: rgb(176,103,79); }
div.DivClassName
{
background-color: #B0674F;
}
.BgClassName
{
background-color: #B0674F;
}
</style>
border-color css
<style>
span { border-color: #B0674F; }
span { border-color: rgb(176,103,79); }
td.TdClassName
{
border-color: #B0674F;
}
.TagClassName
{
border-color: #B0674F;
}
</style>