Shades of Sante Fe #B77256
Tints of Sante Fe #B77256
RGB
CMYK
RGB Variations
Color information
#B77256 (or 0xB77256) is known color: Sante Fe. HEX triplet: B7, 72 and 56. RGB value is (183,114,86). Sum of RGB (Red+Green+Blue) = 183+114+86=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77256 is #488DA9. Grayscale: #838383. Windows color (decimal): -4754858 or 5665463. OLE color: 5665463.
HSL color Cylindrical-coordinate representation of color #B77256: hue angle of 17.32º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B77256 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 86 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.28 |
| HSL | 17.32º | 0.4% | 0.53% | - |
| HSV(B) | 17.32º | 0.53% | 0.72% | - |
| XYZ | 27.23 | 22.77 | 11.76 | - |
| YUV | 131.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 86 | 0 | 0.38 | 0.53 | 0.28 | 17.32 | 0.4 | 0.53 |
| Hex | B7 | 72 | 56 | 0 | 26 | 35 | 1C | 11 | 28 | 35 |
| Octal | 267 | 162 | 126 | 0 | 46 | 65 | 34 | 21 | 50 | 65 |
| Binary | 10110111 | 1110010 | 1010110 | 0 | 100110 | 110101 | 11100 | 10001 | 101000 | 110101 |
Color Harmonies of #B77256
Complementary color
Monochromatic Colors of #B77256
Black with #B77256
Text Example
Text Example
White with #B77256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77256; }
p { color: rgb(183,114,86); }
H1.HeaderClassName
{
color: #B77256;
}
.AnyTagClassName
{
color: #B77256;
}
</style>
background-color css
<style>
a { background-color: #B77256; }
a { background-color: rgb(183,114,86); }
div.DivClassName
{
background-color: #B77256;
}
.BgClassName
{
background-color: #B77256;
}
</style>
border-color css
<style>
span { border-color: #B77256; }
span { border-color: rgb(183,114,86); }
td.TdClassName
{
border-color: #B77256;
}
.TagClassName
{
border-color: #B77256;
}
</style>