Shades of Sante Fe #B06F4B
Tints of Sante Fe #B06F4B
RGB
CMYK
RGB Variations
Color information
#B06F4B (or 0xB06F4B) is known color: Sante Fe. HEX triplet: B0, 6F and 4B. RGB value is (176,111,75). Sum of RGB (Red+Green+Blue) = 176+111+75=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F4B is #4F90B4. Grayscale: #7E7E7E. Windows color (decimal): -5214389 or 4943792. OLE color: 4943792.
HSL color Cylindrical-coordinate representation of color #B06F4B: hue angle of 21.39º 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 #B06F4B is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 75 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.31 |
| HSL | 21.39º | 0.4% | 0.49% | - |
| HSV(B) | 21.39º | 0.57% | 0.69% | - |
| XYZ | 24.86 | 21.11 | 9.42 | - |
| YUV | 126.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 75 | 0 | 0.37 | 0.57 | 0.31 | 21.39 | 0.4 | 0.49 |
| Hex | B0 | 6F | 4B | 0 | 25 | 39 | 1F | 15 | 28 | 31 |
| Octal | 260 | 157 | 113 | 0 | 45 | 71 | 37 | 25 | 50 | 61 |
| Binary | 10110000 | 1101111 | 1001011 | 0 | 100101 | 111001 | 11111 | 10101 | 101000 | 110001 |
Color Harmonies of #B06F4B
Complementary color
Monochromatic Colors of #B06F4B
Black with #B06F4B
Text Example
Text Example
White with #B06F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F4B; }
p { color: rgb(176,111,75); }
H1.HeaderClassName
{
color: #B06F4B;
}
.AnyTagClassName
{
color: #B06F4B;
}
</style>
background-color css
<style>
a { background-color: #B06F4B; }
a { background-color: rgb(176,111,75); }
div.DivClassName
{
background-color: #B06F4B;
}
.BgClassName
{
background-color: #B06F4B;
}
</style>
border-color css
<style>
span { border-color: #B06F4B; }
span { border-color: rgb(176,111,75); }
td.TdClassName
{
border-color: #B06F4B;
}
.TagClassName
{
border-color: #B06F4B;
}
</style>