Shades of Sante Fe #B06F5B
Tints of Sante Fe #B06F5B
RGB
CMYK
RGB Variations
Color information
#B06F5B (or 0xB06F5B) is known color: Sante Fe. HEX triplet: B0, 6F and 5B. RGB value is (176,111,91). Sum of RGB (Red+Green+Blue) = 176+111+91=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5B is #4F90A4. Grayscale: #808080. Windows color (decimal): -5214373 or 5992368. OLE color: 5992368.
HSL color Cylindrical-coordinate representation of color #B06F5B: hue angle of 14.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06F5B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 91 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.31 |
| HSL | 14.12º | 0.35% | 0.52% | - |
| HSV(B) | 14.12º | 0.48% | 0.69% | - |
| XYZ | 25.48 | 21.35 | 12.68 | - |
| YUV | 128.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 91 | 0 | 0.37 | 0.48 | 0.31 | 14.12 | 0.35 | 0.52 |
| Hex | B0 | 6F | 5B | 0 | 25 | 30 | 1F | E | 23 | 34 |
| Octal | 260 | 157 | 133 | 0 | 45 | 60 | 37 | 16 | 43 | 64 |
| Binary | 10110000 | 1101111 | 1011011 | 0 | 100101 | 110000 | 11111 | 1110 | 100011 | 110100 |
Color Harmonies of #B06F5B
Complementary color
Monochromatic Colors of #B06F5B
Black with #B06F5B
Text Example
Text Example
White with #B06F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F5B; }
p { color: rgb(176,111,91); }
H1.HeaderClassName
{
color: #B06F5B;
}
.AnyTagClassName
{
color: #B06F5B;
}
</style>
background-color css
<style>
a { background-color: #B06F5B; }
a { background-color: rgb(176,111,91); }
div.DivClassName
{
background-color: #B06F5B;
}
.BgClassName
{
background-color: #B06F5B;
}
</style>
border-color css
<style>
span { border-color: #B06F5B; }
span { border-color: rgb(176,111,91); }
td.TdClassName
{
border-color: #B06F5B;
}
.TagClassName
{
border-color: #B06F5B;
}
</style>