Shades of Sante Fe #B0624E
Tints of Sante Fe #B0624E
RGB
CMYK
RGB Variations
Color information
#B0624E (or 0xB0624E) is known color: Sante Fe. HEX triplet: B0, 62 and 4E. RGB value is (176,98,78). Sum of RGB (Red+Green+Blue) = 176+98+78=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0624E is #4F9DB1. Grayscale: #777777. Windows color (decimal): -5217714 or 5137072. OLE color: 5137072.
HSL color Cylindrical-coordinate representation of color #B0624E: hue angle of 12.24º 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 #B0624E is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 78 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.31 |
| HSL | 12.24º | 0.39% | 0.5% | - |
| HSV(B) | 12.24º | 0.56% | 0.69% | - |
| XYZ | 23.65 | 18.52 | 9.54 | - |
| YUV | 119.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 78 | 0 | 0.44 | 0.56 | 0.31 | 12.24 | 0.39 | 0.5 |
| Hex | B0 | 62 | 4E | 0 | 2C | 38 | 1F | C | 27 | 32 |
| Octal | 260 | 142 | 116 | 0 | 54 | 70 | 37 | 14 | 47 | 62 |
| Binary | 10110000 | 1100010 | 1001110 | 0 | 101100 | 111000 | 11111 | 1100 | 100111 | 110010 |
Color Harmonies of #B0624E
Complementary color
Monochromatic Colors of #B0624E
Black with #B0624E
Text Example
Text Example
White with #B0624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0624E; }
p { color: rgb(176,98,78); }
H1.HeaderClassName
{
color: #B0624E;
}
.AnyTagClassName
{
color: #B0624E;
}
</style>
background-color css
<style>
a { background-color: #B0624E; }
a { background-color: rgb(176,98,78); }
div.DivClassName
{
background-color: #B0624E;
}
.BgClassName
{
background-color: #B0624E;
}
</style>
border-color css
<style>
span { border-color: #B0624E; }
span { border-color: rgb(176,98,78); }
td.TdClassName
{
border-color: #B0624E;
}
.TagClassName
{
border-color: #B0624E;
}
</style>