Shades of Sante Fe #B06354
Tints of Sante Fe #B06354
RGB
CMYK
RGB Variations
Color information
#B06354 (or 0xB06354) is known color: Sante Fe. HEX triplet: B0, 63 and 54. RGB value is (176,99,84). Sum of RGB (Red+Green+Blue) = 176+99+84=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06354 is #4F9CAB. Grayscale: #787878. Windows color (decimal): -5217452 or 5530544. OLE color: 5530544.
HSL color Cylindrical-coordinate representation of color #B06354: hue angle of 9.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06354 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 84 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.31 |
| HSL | 9.78º | 0.37% | 0.51% | - |
| HSV(B) | 9.78º | 0.52% | 0.69% | - |
| XYZ | 23.97 | 18.79 | 10.75 | - |
| YUV | 120.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 84 | 0 | 0.44 | 0.52 | 0.31 | 9.78 | 0.37 | 0.51 |
| Hex | B0 | 63 | 54 | 0 | 2C | 34 | 1F | A | 25 | 33 |
| Octal | 260 | 143 | 124 | 0 | 54 | 64 | 37 | 12 | 45 | 63 |
| Binary | 10110000 | 1100011 | 1010100 | 0 | 101100 | 110100 | 11111 | 1010 | 100101 | 110011 |
Color Harmonies of #B06354
Complementary color
Monochromatic Colors of #B06354
Black with #B06354
Text Example
Text Example
White with #B06354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06354; }
p { color: rgb(176,99,84); }
H1.HeaderClassName
{
color: #B06354;
}
.AnyTagClassName
{
color: #B06354;
}
</style>
background-color css
<style>
a { background-color: #B06354; }
a { background-color: rgb(176,99,84); }
div.DivClassName
{
background-color: #B06354;
}
.BgClassName
{
background-color: #B06354;
}
</style>
border-color css
<style>
span { border-color: #B06354; }
span { border-color: rgb(176,99,84); }
td.TdClassName
{
border-color: #B06354;
}
.TagClassName
{
border-color: #B06354;
}
</style>