Shades of Sante Fe #B66F4D
Tints of Sante Fe #B66F4D
RGB
CMYK
RGB Variations
Color information
#B66F4D (or 0xB66F4D) is known color: Sante Fe. HEX triplet: B6, 6F and 4D. RGB value is (182,111,77). Sum of RGB (Red+Green+Blue) = 182+111+77=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F4D is #4990B2. Grayscale: #808080. Windows color (decimal): -4821171 or 5074870. OLE color: 5074870.
HSL color Cylindrical-coordinate representation of color #B66F4D: hue angle of 19.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B66F4D is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 77 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.29 |
| HSL | 19.43º | 0.42% | 0.51% | - |
| HSV(B) | 19.43º | 0.58% | 0.71% | - |
| XYZ | 26.32 | 21.85 | 9.85 | - |
| YUV | 128.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 77 | 0 | 0.39 | 0.58 | 0.29 | 19.43 | 0.42 | 0.51 |
| Hex | B6 | 6F | 4D | 0 | 27 | 3A | 1D | 13 | 2A | 33 |
| Octal | 266 | 157 | 115 | 0 | 47 | 72 | 35 | 23 | 52 | 63 |
| Binary | 10110110 | 1101111 | 1001101 | 0 | 100111 | 111010 | 11101 | 10011 | 101010 | 110011 |
Color Harmonies of #B66F4D
Complementary color
Monochromatic Colors of #B66F4D
Black with #B66F4D
Text Example
Text Example
White with #B66F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F4D; }
p { color: rgb(182,111,77); }
H1.HeaderClassName
{
color: #B66F4D;
}
.AnyTagClassName
{
color: #B66F4D;
}
</style>
background-color css
<style>
a { background-color: #B66F4D; }
a { background-color: rgb(182,111,77); }
div.DivClassName
{
background-color: #B66F4D;
}
.BgClassName
{
background-color: #B66F4D;
}
</style>
border-color css
<style>
span { border-color: #B66F4D; }
span { border-color: rgb(182,111,77); }
td.TdClassName
{
border-color: #B66F4D;
}
.TagClassName
{
border-color: #B66F4D;
}
</style>