Shades of Sante Fe #B06F5A
Tints of Sante Fe #B06F5A
RGB
CMYK
RGB Variations
Color information
#B06F5A (or 0xB06F5A) is known color: Sante Fe. HEX triplet: B0, 6F and 5A. RGB value is (176,111,90). Sum of RGB (Red+Green+Blue) = 176+111+90=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5A is #4F90A5. Grayscale: #808080. Windows color (decimal): -5214374 or 5926832. OLE color: 5926832.
HSL color Cylindrical-coordinate representation of color #B06F5A: hue angle of 14.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06F5A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 90 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.31 |
| HSL | 14.65º | 0.35% | 0.52% | - |
| HSV(B) | 14.65º | 0.49% | 0.69% | - |
| XYZ | 25.43 | 21.34 | 12.45 | - |
| YUV | 128.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 90 | 0 | 0.37 | 0.49 | 0.31 | 14.65 | 0.35 | 0.52 |
| Hex | B0 | 6F | 5A | 0 | 25 | 31 | 1F | F | 23 | 34 |
| Octal | 260 | 157 | 132 | 0 | 45 | 61 | 37 | 17 | 43 | 64 |
| Binary | 10110000 | 1101111 | 1011010 | 0 | 100101 | 110001 | 11111 | 1111 | 100011 | 110100 |
Color Harmonies of #B06F5A
Complementary color
Monochromatic Colors of #B06F5A
Black with #B06F5A
Text Example
Text Example
White with #B06F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F5A; }
p { color: rgb(176,111,90); }
H1.HeaderClassName
{
color: #B06F5A;
}
.AnyTagClassName
{
color: #B06F5A;
}
</style>
background-color css
<style>
a { background-color: #B06F5A; }
a { background-color: rgb(176,111,90); }
div.DivClassName
{
background-color: #B06F5A;
}
.BgClassName
{
background-color: #B06F5A;
}
</style>
border-color css
<style>
span { border-color: #B06F5A; }
span { border-color: rgb(176,111,90); }
td.TdClassName
{
border-color: #B06F5A;
}
.TagClassName
{
border-color: #B06F5A;
}
</style>