Shades of Sante Fe #B67656
Tints of Sante Fe #B67656
RGB
CMYK
RGB Variations
Color information
#B67656 (or 0xB67656) is known color: Sante Fe. HEX triplet: B6, 76 and 56. RGB value is (182,118,86). Sum of RGB (Red+Green+Blue) = 182+118+86=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B67656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67656 is #4989A9. Grayscale: #858585. Windows color (decimal): -4819370 or 5666486. OLE color: 5666486.
HSL color Cylindrical-coordinate representation of color #B67656: hue angle of 20º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B67656 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 86 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.29 |
| HSL | 20º | 0.4% | 0.53% | - |
| HSV(B) | 20º | 0.53% | 0.71% | - |
| XYZ | 27.45 | 23.57 | 11.91 | - |
| YUV | 133.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 86 | 0 | 0.35 | 0.53 | 0.29 | 20 | 0.4 | 0.53 |
| Hex | B6 | 76 | 56 | 0 | 23 | 35 | 1D | 14 | 28 | 35 |
| Octal | 266 | 166 | 126 | 0 | 43 | 65 | 35 | 24 | 50 | 65 |
| Binary | 10110110 | 1110110 | 1010110 | 0 | 100011 | 110101 | 11101 | 10100 | 101000 | 110101 |
Color Harmonies of #B67656
Complementary color
Monochromatic Colors of #B67656
Black with #B67656
Text Example
Text Example
White with #B67656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67656; }
p { color: rgb(182,118,86); }
H1.HeaderClassName
{
color: #B67656;
}
.AnyTagClassName
{
color: #B67656;
}
</style>
background-color css
<style>
a { background-color: #B67656; }
a { background-color: rgb(182,118,86); }
div.DivClassName
{
background-color: #B67656;
}
.BgClassName
{
background-color: #B67656;
}
</style>
border-color css
<style>
span { border-color: #B67656; }
span { border-color: rgb(182,118,86); }
td.TdClassName
{
border-color: #B67656;
}
.TagClassName
{
border-color: #B67656;
}
</style>