Shades of Sante Fe #B0684A
Tints of Sante Fe #B0684A
RGB
CMYK
RGB Variations
Color information
#B0684A (or 0xB0684A) is known color: Sante Fe. HEX triplet: B0, 68 and 4A. RGB value is (176,104,74). Sum of RGB (Red+Green+Blue) = 176+104+74=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0684A is #4F97B5. Grayscale: #7A7A7A. Windows color (decimal): -5216182 or 4876464. OLE color: 4876464.
HSL color Cylindrical-coordinate representation of color #B0684A: hue angle of 17.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0684A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 74 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.31 |
| HSL | 17.65º | 0.41% | 0.49% | - |
| HSV(B) | 17.65º | 0.58% | 0.69% | - |
| XYZ | 24.09 | 19.63 | 9 | - |
| YUV | 122.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 74 | 0 | 0.41 | 0.58 | 0.31 | 17.65 | 0.41 | 0.49 |
| Hex | B0 | 68 | 4A | 0 | 29 | 3A | 1F | 12 | 29 | 31 |
| Octal | 260 | 150 | 112 | 0 | 51 | 72 | 37 | 22 | 51 | 61 |
| Binary | 10110000 | 1101000 | 1001010 | 0 | 101001 | 111010 | 11111 | 10010 | 101001 | 110001 |
Color Harmonies of #B0684A
Complementary color
Monochromatic Colors of #B0684A
Black with #B0684A
Text Example
Text Example
White with #B0684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0684A; }
p { color: rgb(176,104,74); }
H1.HeaderClassName
{
color: #B0684A;
}
.AnyTagClassName
{
color: #B0684A;
}
</style>
background-color css
<style>
a { background-color: #B0684A; }
a { background-color: rgb(176,104,74); }
div.DivClassName
{
background-color: #B0684A;
}
.BgClassName
{
background-color: #B0684A;
}
</style>
border-color css
<style>
span { border-color: #B0684A; }
span { border-color: rgb(176,104,74); }
td.TdClassName
{
border-color: #B0684A;
}
.TagClassName
{
border-color: #B0684A;
}
</style>