Shades of Sante Fe #B0634D
Tints of Sante Fe #B0634D
RGB
CMYK
RGB Variations
Color information
#B0634D (or 0xB0634D) is known color: Sante Fe. HEX triplet: B0, 63 and 4D. RGB value is (176,99,77). Sum of RGB (Red+Green+Blue) = 176+99+77=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0634D is #4F9CB2. Grayscale: #777777. Windows color (decimal): -5217459 or 5071792. OLE color: 5071792.
HSL color Cylindrical-coordinate representation of color #B0634D: hue angle of 13.33º 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 #B0634D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 77 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.31 |
| HSL | 13.33º | 0.39% | 0.5% | - |
| HSV(B) | 13.33º | 0.56% | 0.69% | - |
| XYZ | 23.71 | 18.69 | 9.38 | - |
| YUV | 119.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 77 | 0 | 0.44 | 0.56 | 0.31 | 13.33 | 0.39 | 0.5 |
| Hex | B0 | 63 | 4D | 0 | 2C | 38 | 1F | D | 27 | 32 |
| Octal | 260 | 143 | 115 | 0 | 54 | 70 | 37 | 15 | 47 | 62 |
| Binary | 10110000 | 1100011 | 1001101 | 0 | 101100 | 111000 | 11111 | 1101 | 100111 | 110010 |
Color Harmonies of #B0634D
Complementary color
Monochromatic Colors of #B0634D
Black with #B0634D
Text Example
Text Example
White with #B0634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0634D; }
p { color: rgb(176,99,77); }
H1.HeaderClassName
{
color: #B0634D;
}
.AnyTagClassName
{
color: #B0634D;
}
</style>
background-color css
<style>
a { background-color: #B0634D; }
a { background-color: rgb(176,99,77); }
div.DivClassName
{
background-color: #B0634D;
}
.BgClassName
{
background-color: #B0634D;
}
</style>
border-color css
<style>
span { border-color: #B0634D; }
span { border-color: rgb(176,99,77); }
td.TdClassName
{
border-color: #B0634D;
}
.TagClassName
{
border-color: #B0634D;
}
</style>