Shades of Sante Fe #B06D4A
Tints of Sante Fe #B06D4A
RGB
CMYK
RGB Variations
Color information
#B06D4A (or 0xB06D4A) is known color: Sante Fe. HEX triplet: B0, 6D and 4A. RGB value is (176,109,74). Sum of RGB (Red+Green+Blue) = 176+109+74=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D4A is #4F92B5. Grayscale: #7D7D7D. Windows color (decimal): -5214902 or 4877744. OLE color: 4877744.
HSL color Cylindrical-coordinate representation of color #B06D4A: hue angle of 20.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06D4A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 74 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.31 |
| HSL | 20.59º | 0.41% | 0.49% | - |
| HSV(B) | 20.59º | 0.58% | 0.69% | - |
| XYZ | 24.61 | 20.66 | 9.17 | - |
| YUV | 125.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 74 | 0 | 0.38 | 0.58 | 0.31 | 20.59 | 0.41 | 0.49 |
| Hex | B0 | 6D | 4A | 0 | 26 | 3A | 1F | 15 | 29 | 31 |
| Octal | 260 | 155 | 112 | 0 | 46 | 72 | 37 | 25 | 51 | 61 |
| Binary | 10110000 | 1101101 | 1001010 | 0 | 100110 | 111010 | 11111 | 10101 | 101001 | 110001 |
Color Harmonies of #B06D4A
Complementary color
Monochromatic Colors of #B06D4A
Black with #B06D4A
Text Example
Text Example
White with #B06D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D4A; }
p { color: rgb(176,109,74); }
H1.HeaderClassName
{
color: #B06D4A;
}
.AnyTagClassName
{
color: #B06D4A;
}
</style>
background-color css
<style>
a { background-color: #B06D4A; }
a { background-color: rgb(176,109,74); }
div.DivClassName
{
background-color: #B06D4A;
}
.BgClassName
{
background-color: #B06D4A;
}
</style>
border-color css
<style>
span { border-color: #B06D4A; }
span { border-color: rgb(176,109,74); }
td.TdClassName
{
border-color: #B06D4A;
}
.TagClassName
{
border-color: #B06D4A;
}
</style>