Shades of Sante Fe #B27450
Tints of Sante Fe #B27450
RGB
CMYK
RGB Variations
Color information
#B27450 (or 0xB27450) is known color: Sante Fe. HEX triplet: B2, 74 and 50. RGB value is (178,116,80). Sum of RGB (Red+Green+Blue) = 178+116+80=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B27450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27450 is #4D8BAF. Grayscale: #828282. Windows color (decimal): -5082032 or 5272754. OLE color: 5272754.
HSL color Cylindrical-coordinate representation of color #B27450: hue angle of 22.04º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B27450 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 80 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.30 |
| HSL | 22.04º | 0.39% | 0.51% | - |
| HSV(B) | 22.04º | 0.55% | 0.7% | - |
| XYZ | 26.05 | 22.53 | 10.57 | - |
| YUV | 130.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 80 | 0 | 0.35 | 0.55 | 0.30 | 22.04 | 0.39 | 0.51 |
| Hex | B2 | 74 | 50 | 0 | 23 | 37 | 1E | 16 | 27 | 33 |
| Octal | 262 | 164 | 120 | 0 | 43 | 67 | 36 | 26 | 47 | 63 |
| Binary | 10110010 | 1110100 | 1010000 | 0 | 100011 | 110111 | 11110 | 10110 | 100111 | 110011 |
Color Harmonies of #B27450
Complementary color
Monochromatic Colors of #B27450
Black with #B27450
Text Example
Text Example
White with #B27450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27450; }
p { color: rgb(178,116,80); }
H1.HeaderClassName
{
color: #B27450;
}
.AnyTagClassName
{
color: #B27450;
}
</style>
background-color css
<style>
a { background-color: #B27450; }
a { background-color: rgb(178,116,80); }
div.DivClassName
{
background-color: #B27450;
}
.BgClassName
{
background-color: #B27450;
}
</style>
border-color css
<style>
span { border-color: #B27450; }
span { border-color: rgb(178,116,80); }
td.TdClassName
{
border-color: #B27450;
}
.TagClassName
{
border-color: #B27450;
}
</style>