Shades of Sante Fe #B67651
Tints of Sante Fe #B67651
RGB
CMYK
RGB Variations
Color information
#B67651 (or 0xB67651) is known color: Sante Fe. HEX triplet: B6, 76 and 51. RGB value is (182,118,81). Sum of RGB (Red+Green+Blue) = 182+118+81=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B67651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67651 is #4989AE. Grayscale: #858585. Windows color (decimal): -4819375 or 5338806. OLE color: 5338806.
HSL color Cylindrical-coordinate representation of color #B67651: hue angle of 21.98º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B67651 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 81 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.29 |
| HSL | 21.98º | 0.41% | 0.52% | - |
| HSV(B) | 21.98º | 0.55% | 0.71% | - |
| XYZ | 27.26 | 23.5 | 10.88 | - |
| YUV | 132.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 81 | 0 | 0.35 | 0.55 | 0.29 | 21.98 | 0.41 | 0.52 |
| Hex | B6 | 76 | 51 | 0 | 23 | 37 | 1D | 16 | 29 | 34 |
| Octal | 266 | 166 | 121 | 0 | 43 | 67 | 35 | 26 | 51 | 64 |
| Binary | 10110110 | 1110110 | 1010001 | 0 | 100011 | 110111 | 11101 | 10110 | 101001 | 110100 |
Color Harmonies of #B67651
Complementary color
Monochromatic Colors of #B67651
Black with #B67651
Text Example
Text Example
White with #B67651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67651; }
p { color: rgb(182,118,81); }
H1.HeaderClassName
{
color: #B67651;
}
.AnyTagClassName
{
color: #B67651;
}
</style>
background-color css
<style>
a { background-color: #B67651; }
a { background-color: rgb(182,118,81); }
div.DivClassName
{
background-color: #B67651;
}
.BgClassName
{
background-color: #B67651;
}
</style>
border-color css
<style>
span { border-color: #B67651; }
span { border-color: rgb(182,118,81); }
td.TdClassName
{
border-color: #B67651;
}
.TagClassName
{
border-color: #B67651;
}
</style>