Shades of Sante Fe #B8785A
Tints of Sante Fe #B8785A
RGB
CMYK
RGB Variations
Color information
#B8785A (or 0xB8785A) is known color: Sante Fe. HEX triplet: B8, 78 and 5A. RGB value is (184,120,90). Sum of RGB (Red+Green+Blue) = 184+120+90=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8785A is #4787A5. Grayscale: #878787. Windows color (decimal): -4687782 or 5929144. OLE color: 5929144.
HSL color Cylindrical-coordinate representation of color #B8785A: hue angle of 19.15º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8785A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 90 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.28 |
| HSL | 19.15º | 0.4% | 0.54% | - |
| HSV(B) | 19.15º | 0.51% | 0.72% | - |
| XYZ | 28.33 | 24.36 | 12.88 | - |
| YUV | 135.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 90 | 0 | 0.35 | 0.51 | 0.28 | 19.15 | 0.4 | 0.54 |
| Hex | B8 | 78 | 5A | 0 | 23 | 33 | 1C | 13 | 28 | 36 |
| Octal | 270 | 170 | 132 | 0 | 43 | 63 | 34 | 23 | 50 | 66 |
| Binary | 10111000 | 1111000 | 1011010 | 0 | 100011 | 110011 | 11100 | 10011 | 101000 | 110110 |
Color Harmonies of #B8785A
Complementary color
Monochromatic Colors of #B8785A
Black with #B8785A
Text Example
Text Example
White with #B8785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8785A; }
p { color: rgb(184,120,90); }
H1.HeaderClassName
{
color: #B8785A;
}
.AnyTagClassName
{
color: #B8785A;
}
</style>
background-color css
<style>
a { background-color: #B8785A; }
a { background-color: rgb(184,120,90); }
div.DivClassName
{
background-color: #B8785A;
}
.BgClassName
{
background-color: #B8785A;
}
</style>
border-color css
<style>
span { border-color: #B8785A; }
span { border-color: rgb(184,120,90); }
td.TdClassName
{
border-color: #B8785A;
}
.TagClassName
{
border-color: #B8785A;
}
</style>