Shades of Sante Fe #B0664C
Tints of Sante Fe #B0664C
RGB
CMYK
RGB Variations
Color information
#B0664C (or 0xB0664C) is known color: Sante Fe. HEX triplet: B0, 66 and 4C. RGB value is (176,102,76). Sum of RGB (Red+Green+Blue) = 176+102+76=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0664C is #4F99B3. Grayscale: #797979. Windows color (decimal): -5216692 or 5007024. OLE color: 5007024.
HSL color Cylindrical-coordinate representation of color #B0664C: hue angle of 15.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0664C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 76 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.31 |
| HSL | 15.6º | 0.4% | 0.49% | - |
| HSV(B) | 15.6º | 0.57% | 0.69% | - |
| XYZ | 23.96 | 19.25 | 9.29 | - |
| YUV | 121.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 76 | 0 | 0.42 | 0.57 | 0.31 | 15.6 | 0.4 | 0.49 |
| Hex | B0 | 66 | 4C | 0 | 2A | 39 | 1F | 10 | 28 | 31 |
| Octal | 260 | 146 | 114 | 0 | 52 | 71 | 37 | 20 | 50 | 61 |
| Binary | 10110000 | 1100110 | 1001100 | 0 | 101010 | 111001 | 11111 | 10000 | 101000 | 110001 |
Color Harmonies of #B0664C
Complementary color
Monochromatic Colors of #B0664C
Black with #B0664C
Text Example
Text Example
White with #B0664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0664C; }
p { color: rgb(176,102,76); }
H1.HeaderClassName
{
color: #B0664C;
}
.AnyTagClassName
{
color: #B0664C;
}
</style>
background-color css
<style>
a { background-color: #B0664C; }
a { background-color: rgb(176,102,76); }
div.DivClassName
{
background-color: #B0664C;
}
.BgClassName
{
background-color: #B0664C;
}
</style>
border-color css
<style>
span { border-color: #B0664C; }
span { border-color: rgb(176,102,76); }
td.TdClassName
{
border-color: #B0664C;
}
.TagClassName
{
border-color: #B0664C;
}
</style>