Shades of Sante Fe #B0634E
Tints of Sante Fe #B0634E
RGB
CMYK
RGB Variations
Color information
#B0634E (or 0xB0634E) is known color: Sante Fe. HEX triplet: B0, 63 and 4E. RGB value is (176,99,78). Sum of RGB (Red+Green+Blue) = 176+99+78=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0634E is #4F9CB1. Grayscale: #777777. Windows color (decimal): -5217458 or 5137328. OLE color: 5137328.
HSL color Cylindrical-coordinate representation of color #B0634E: hue angle of 12.86º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0634E is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 78 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.31 |
| HSL | 12.86º | 0.39% | 0.5% | - |
| HSV(B) | 12.86º | 0.56% | 0.69% | - |
| XYZ | 23.74 | 18.7 | 9.57 | - |
| YUV | 119.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 78 | 0 | 0.44 | 0.56 | 0.31 | 12.86 | 0.39 | 0.5 |
| Hex | B0 | 63 | 4E | 0 | 2C | 38 | 1F | D | 27 | 32 |
| Octal | 260 | 143 | 116 | 0 | 54 | 70 | 37 | 15 | 47 | 62 |
| Binary | 10110000 | 1100011 | 1001110 | 0 | 101100 | 111000 | 11111 | 1101 | 100111 | 110010 |
Color Harmonies of #B0634E
Complementary color
Monochromatic Colors of #B0634E
Black with #B0634E
Text Example
Text Example
White with #B0634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0634E; }
p { color: rgb(176,99,78); }
H1.HeaderClassName
{
color: #B0634E;
}
.AnyTagClassName
{
color: #B0634E;
}
</style>
background-color css
<style>
a { background-color: #B0634E; }
a { background-color: rgb(176,99,78); }
div.DivClassName
{
background-color: #B0634E;
}
.BgClassName
{
background-color: #B0634E;
}
</style>
border-color css
<style>
span { border-color: #B0634E; }
span { border-color: rgb(176,99,78); }
td.TdClassName
{
border-color: #B0634E;
}
.TagClassName
{
border-color: #B0634E;
}
</style>