Shades of Sante Fe #B06353
Tints of Sante Fe #B06353
RGB
CMYK
RGB Variations
Color information
#B06353 (or 0xB06353) is known color: Sante Fe. HEX triplet: B0, 63 and 53. RGB value is (176,99,83). Sum of RGB (Red+Green+Blue) = 176+99+83=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B06353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06353 is #4F9CAC. Grayscale: #787878. Windows color (decimal): -5217453 or 5465008. OLE color: 5465008.
HSL color Cylindrical-coordinate representation of color #B06353: hue angle of 10.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06353 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 83 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.31 |
| HSL | 10.32º | 0.37% | 0.51% | - |
| HSV(B) | 10.32º | 0.53% | 0.69% | - |
| XYZ | 23.93 | 18.78 | 10.55 | - |
| YUV | 120.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 83 | 0 | 0.44 | 0.53 | 0.31 | 10.32 | 0.37 | 0.51 |
| Hex | B0 | 63 | 53 | 0 | 2C | 35 | 1F | A | 25 | 33 |
| Octal | 260 | 143 | 123 | 0 | 54 | 65 | 37 | 12 | 45 | 63 |
| Binary | 10110000 | 1100011 | 1010011 | 0 | 101100 | 110101 | 11111 | 1010 | 100101 | 110011 |
Color Harmonies of #B06353
Complementary color
Monochromatic Colors of #B06353
Black with #B06353
Text Example
Text Example
White with #B06353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06353; }
p { color: rgb(176,99,83); }
H1.HeaderClassName
{
color: #B06353;
}
.AnyTagClassName
{
color: #B06353;
}
</style>
background-color css
<style>
a { background-color: #B06353; }
a { background-color: rgb(176,99,83); }
div.DivClassName
{
background-color: #B06353;
}
.BgClassName
{
background-color: #B06353;
}
</style>
border-color css
<style>
span { border-color: #B06353; }
span { border-color: rgb(176,99,83); }
td.TdClassName
{
border-color: #B06353;
}
.TagClassName
{
border-color: #B06353;
}
</style>