Shades of Sante Fe #B2624E
Tints of Sante Fe #B2624E
RGB
CMYK
RGB Variations
Color information
#B2624E (or 0xB2624E) is known color: Sante Fe. HEX triplet: B2, 62 and 4E. RGB value is (178,98,78). Sum of RGB (Red+Green+Blue) = 178+98+78=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2624E is #4D9DB1. Grayscale: #777777. Windows color (decimal): -5086642 or 5137074. OLE color: 5137074.
HSL color Cylindrical-coordinate representation of color #B2624E: hue angle of 12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2624E is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 78 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.30 |
| HSL | 12º | 0.39% | 0.5% | - |
| HSV(B) | 12º | 0.56% | 0.7% | - |
| XYZ | 24.1 | 18.75 | 9.56 | - |
| YUV | 119.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 78 | 0 | 0.45 | 0.56 | 0.30 | 12 | 0.39 | 0.5 |
| Hex | B2 | 62 | 4E | 0 | 2D | 38 | 1E | C | 27 | 32 |
| Octal | 262 | 142 | 116 | 0 | 55 | 70 | 36 | 14 | 47 | 62 |
| Binary | 10110010 | 1100010 | 1001110 | 0 | 101101 | 111000 | 11110 | 1100 | 100111 | 110010 |
Color Harmonies of #B2624E
Complementary color
Monochromatic Colors of #B2624E
Black with #B2624E
Text Example
Text Example
White with #B2624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2624E; }
p { color: rgb(178,98,78); }
H1.HeaderClassName
{
color: #B2624E;
}
.AnyTagClassName
{
color: #B2624E;
}
</style>
background-color css
<style>
a { background-color: #B2624E; }
a { background-color: rgb(178,98,78); }
div.DivClassName
{
background-color: #B2624E;
}
.BgClassName
{
background-color: #B2624E;
}
</style>
border-color css
<style>
span { border-color: #B2624E; }
span { border-color: rgb(178,98,78); }
td.TdClassName
{
border-color: #B2624E;
}
.TagClassName
{
border-color: #B2624E;
}
</style>