Shades of Sante Fe #B8684C
Tints of Sante Fe #B8684C
RGB
CMYK
RGB Variations
Color information
#B8684C (or 0xB8684C) is known color: Sante Fe. HEX triplet: B8, 68 and 4C. RGB value is (184,104,76). Sum of RGB (Red+Green+Blue) = 184+104+76=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8684C is #4797B3. Grayscale: #7C7C7C. Windows color (decimal): -4691892 or 5007544. OLE color: 5007544.
HSL color Cylindrical-coordinate representation of color #B8684C: hue angle of 15.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8684C is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 76 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.28 |
| HSL | 15.56º | 0.43% | 0.51% | - |
| HSV(B) | 15.56º | 0.59% | 0.72% | - |
| XYZ | 26.02 | 20.61 | 9.44 | - |
| YUV | 124.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 76 | 0 | 0.43 | 0.59 | 0.28 | 15.56 | 0.43 | 0.51 |
| Hex | B8 | 68 | 4C | 0 | 2B | 3B | 1C | 10 | 2B | 33 |
| Octal | 270 | 150 | 114 | 0 | 53 | 73 | 34 | 20 | 53 | 63 |
| Binary | 10111000 | 1101000 | 1001100 | 0 | 101011 | 111011 | 11100 | 10000 | 101011 | 110011 |
Color Harmonies of #B8684C
Complementary color
Monochromatic Colors of #B8684C
Black with #B8684C
Text Example
Text Example
White with #B8684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8684C; }
p { color: rgb(184,104,76); }
H1.HeaderClassName
{
color: #B8684C;
}
.AnyTagClassName
{
color: #B8684C;
}
</style>
background-color css
<style>
a { background-color: #B8684C; }
a { background-color: rgb(184,104,76); }
div.DivClassName
{
background-color: #B8684C;
}
.BgClassName
{
background-color: #B8684C;
}
</style>
border-color css
<style>
span { border-color: #B8684C; }
span { border-color: rgb(184,104,76); }
td.TdClassName
{
border-color: #B8684C;
}
.TagClassName
{
border-color: #B8684C;
}
</style>