Shades of Sante Fe #B06B4F
Tints of Sante Fe #B06B4F
RGB
CMYK
RGB Variations
Color information
#B06B4F (or 0xB06B4F) is known color: Sante Fe. HEX triplet: B0, 6B and 4F. RGB value is (176,107,79). Sum of RGB (Red+Green+Blue) = 176+107+79=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B4F is #4F94B0. Grayscale: #7C7C7C. Windows color (decimal): -5215409 or 5204912. OLE color: 5204912.
HSL color Cylindrical-coordinate representation of color #B06B4F: hue angle of 17.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B06B4F is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 79 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.31 |
| HSL | 17.32º | 0.38% | 0.5% | - |
| HSV(B) | 17.32º | 0.55% | 0.69% | - |
| XYZ | 24.57 | 20.31 | 10.02 | - |
| YUV | 124.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 79 | 0 | 0.39 | 0.55 | 0.31 | 17.32 | 0.38 | 0.5 |
| Hex | B0 | 6B | 4F | 0 | 27 | 37 | 1F | 11 | 26 | 32 |
| Octal | 260 | 153 | 117 | 0 | 47 | 67 | 37 | 21 | 46 | 62 |
| Binary | 10110000 | 1101011 | 1001111 | 0 | 100111 | 110111 | 11111 | 10001 | 100110 | 110010 |
Color Harmonies of #B06B4F
Complementary color
Monochromatic Colors of #B06B4F
Black with #B06B4F
Text Example
Text Example
White with #B06B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B4F; }
p { color: rgb(176,107,79); }
H1.HeaderClassName
{
color: #B06B4F;
}
.AnyTagClassName
{
color: #B06B4F;
}
</style>
background-color css
<style>
a { background-color: #B06B4F; }
a { background-color: rgb(176,107,79); }
div.DivClassName
{
background-color: #B06B4F;
}
.BgClassName
{
background-color: #B06B4F;
}
</style>
border-color css
<style>
span { border-color: #B06B4F; }
span { border-color: rgb(176,107,79); }
td.TdClassName
{
border-color: #B06B4F;
}
.TagClassName
{
border-color: #B06B4F;
}
</style>