Shades of Sante Fe #B3684E
Tints of Sante Fe #B3684E
RGB
CMYK
RGB Variations
Color information
#B3684E (or 0xB3684E) is known color: Sante Fe. HEX triplet: B3, 68 and 4E. RGB value is (179,104,78). Sum of RGB (Red+Green+Blue) = 179+104+78=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3684E is #4C97B1. Grayscale: #7B7B7B. Windows color (decimal): -5019570 or 5138611. OLE color: 5138611.
HSL color Cylindrical-coordinate representation of color #B3684E: hue angle of 15.45º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3684E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 78 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.30 |
| HSL | 15.45º | 0.4% | 0.5% | - |
| HSV(B) | 15.45º | 0.56% | 0.7% | - |
| XYZ | 24.92 | 20.03 | 9.76 | - |
| YUV | 123.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 78 | 0 | 0.42 | 0.56 | 0.30 | 15.45 | 0.4 | 0.5 |
| Hex | B3 | 68 | 4E | 0 | 2A | 38 | 1E | F | 28 | 32 |
| Octal | 263 | 150 | 116 | 0 | 52 | 70 | 36 | 17 | 50 | 62 |
| Binary | 10110011 | 1101000 | 1001110 | 0 | 101010 | 111000 | 11110 | 1111 | 101000 | 110010 |
Color Harmonies of #B3684E
Complementary color
Monochromatic Colors of #B3684E
Black with #B3684E
Text Example
Text Example
White with #B3684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3684E; }
p { color: rgb(179,104,78); }
H1.HeaderClassName
{
color: #B3684E;
}
.AnyTagClassName
{
color: #B3684E;
}
</style>
background-color css
<style>
a { background-color: #B3684E; }
a { background-color: rgb(179,104,78); }
div.DivClassName
{
background-color: #B3684E;
}
.BgClassName
{
background-color: #B3684E;
}
</style>
border-color css
<style>
span { border-color: #B3684E; }
span { border-color: rgb(179,104,78); }
td.TdClassName
{
border-color: #B3684E;
}
.TagClassName
{
border-color: #B3684E;
}
</style>