Shades of Sante Fe #B67858
Tints of Sante Fe #B67858
RGB
CMYK
RGB Variations
Color information
#B67858 (or 0xB67858) is known color: Sante Fe. HEX triplet: B6, 78 and 58. RGB value is (182,120,88). Sum of RGB (Red+Green+Blue) = 182+120+88=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B67858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67858 is #4987A7. Grayscale: #878787. Windows color (decimal): -4818856 or 5798070. OLE color: 5798070.
HSL color Cylindrical-coordinate representation of color #B67858: hue angle of 20.43º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67858 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 88 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.29 |
| HSL | 20.43º | 0.39% | 0.53% | - |
| HSV(B) | 20.43º | 0.52% | 0.71% | - |
| XYZ | 27.77 | 24.08 | 12.42 | - |
| YUV | 134.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 88 | 0 | 0.34 | 0.52 | 0.29 | 20.43 | 0.39 | 0.53 |
| Hex | B6 | 78 | 58 | 0 | 22 | 34 | 1D | 14 | 27 | 35 |
| Octal | 266 | 170 | 130 | 0 | 42 | 64 | 35 | 24 | 47 | 65 |
| Binary | 10110110 | 1111000 | 1011000 | 0 | 100010 | 110100 | 11101 | 10100 | 100111 | 110101 |
Color Harmonies of #B67858
Complementary color
Monochromatic Colors of #B67858
Black with #B67858
Text Example
Text Example
White with #B67858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67858; }
p { color: rgb(182,120,88); }
H1.HeaderClassName
{
color: #B67858;
}
.AnyTagClassName
{
color: #B67858;
}
</style>
background-color css
<style>
a { background-color: #B67858; }
a { background-color: rgb(182,120,88); }
div.DivClassName
{
background-color: #B67858;
}
.BgClassName
{
background-color: #B67858;
}
</style>
border-color css
<style>
span { border-color: #B67858; }
span { border-color: rgb(182,120,88); }
td.TdClassName
{
border-color: #B67858;
}
.TagClassName
{
border-color: #B67858;
}
</style>