Shades of Sante Fe #B06D4E
Tints of Sante Fe #B06D4E
RGB
CMYK
RGB Variations
Color information
#B06D4E (or 0xB06D4E) is known color: Sante Fe. HEX triplet: B0, 6D and 4E. RGB value is (176,109,78). Sum of RGB (Red+Green+Blue) = 176+109+78=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D4E is #4F92B1. Grayscale: #7D7D7D. Windows color (decimal): -5214898 or 5139888. OLE color: 5139888.
HSL color Cylindrical-coordinate representation of color #B06D4E: hue angle of 18.98º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06D4E is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 78 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.31 |
| HSL | 18.98º | 0.39% | 0.5% | - |
| HSV(B) | 18.98º | 0.56% | 0.69% | - |
| XYZ | 24.75 | 20.72 | 9.9 | - |
| YUV | 125.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 78 | 0 | 0.38 | 0.56 | 0.31 | 18.98 | 0.39 | 0.5 |
| Hex | B0 | 6D | 4E | 0 | 26 | 38 | 1F | 13 | 27 | 32 |
| Octal | 260 | 155 | 116 | 0 | 46 | 70 | 37 | 23 | 47 | 62 |
| Binary | 10110000 | 1101101 | 1001110 | 0 | 100110 | 111000 | 11111 | 10011 | 100111 | 110010 |
Color Harmonies of #B06D4E
Complementary color
Monochromatic Colors of #B06D4E
Black with #B06D4E
Text Example
Text Example
White with #B06D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D4E; }
p { color: rgb(176,109,78); }
H1.HeaderClassName
{
color: #B06D4E;
}
.AnyTagClassName
{
color: #B06D4E;
}
</style>
background-color css
<style>
a { background-color: #B06D4E; }
a { background-color: rgb(176,109,78); }
div.DivClassName
{
background-color: #B06D4E;
}
.BgClassName
{
background-color: #B06D4E;
}
</style>
border-color css
<style>
span { border-color: #B06D4E; }
span { border-color: rgb(176,109,78); }
td.TdClassName
{
border-color: #B06D4E;
}
.TagClassName
{
border-color: #B06D4E;
}
</style>