Shades of Sante Fe #B0694D
Tints of Sante Fe #B0694D
RGB
CMYK
RGB Variations
Color information
#B0694D (or 0xB0694D) is known color: Sante Fe. HEX triplet: B0, 69 and 4D. RGB value is (176,105,77). Sum of RGB (Red+Green+Blue) = 176+105+77=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0694D is #4F96B2. Grayscale: #7B7B7B. Windows color (decimal): -5215923 or 5073328. OLE color: 5073328.
HSL color Cylindrical-coordinate representation of color #B0694D: hue angle of 16.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0694D is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 77 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.31 |
| HSL | 16.97º | 0.39% | 0.5% | - |
| HSV(B) | 16.97º | 0.56% | 0.69% | - |
| XYZ | 24.3 | 19.87 | 9.58 | - |
| YUV | 123.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 77 | 0 | 0.40 | 0.56 | 0.31 | 16.97 | 0.39 | 0.5 |
| Hex | B0 | 69 | 4D | 0 | 28 | 38 | 1F | 11 | 27 | 32 |
| Octal | 260 | 151 | 115 | 0 | 50 | 70 | 37 | 21 | 47 | 62 |
| Binary | 10110000 | 1101001 | 1001101 | 0 | 101000 | 111000 | 11111 | 10001 | 100111 | 110010 |
Color Harmonies of #B0694D
Complementary color
Monochromatic Colors of #B0694D
Black with #B0694D
Text Example
Text Example
White with #B0694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0694D; }
p { color: rgb(176,105,77); }
H1.HeaderClassName
{
color: #B0694D;
}
.AnyTagClassName
{
color: #B0694D;
}
</style>
background-color css
<style>
a { background-color: #B0694D; }
a { background-color: rgb(176,105,77); }
div.DivClassName
{
background-color: #B0694D;
}
.BgClassName
{
background-color: #B0694D;
}
</style>
border-color css
<style>
span { border-color: #B0694D; }
span { border-color: rgb(176,105,77); }
td.TdClassName
{
border-color: #B0694D;
}
.TagClassName
{
border-color: #B0694D;
}
</style>