Shades of Sante Fe #B9725A
Tints of Sante Fe #B9725A
RGB
CMYK
RGB Variations
Color information
#B9725A (or 0xB9725A) is known color: Sante Fe. HEX triplet: B9, 72 and 5A. RGB value is (185,114,90). Sum of RGB (Red+Green+Blue) = 185+114+90=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9725A is #468DA5. Grayscale: #848484. Windows color (decimal): -4623782 or 5927609. OLE color: 5927609.
HSL color Cylindrical-coordinate representation of color #B9725A: hue angle of 15.16º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9725A is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 90 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.27 |
| HSL | 15.16º | 0.4% | 0.54% | - |
| HSV(B) | 15.16º | 0.51% | 0.73% | - |
| XYZ | 27.87 | 23.09 | 12.66 | - |
| YUV | 132.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 90 | 0 | 0.38 | 0.51 | 0.27 | 15.16 | 0.4 | 0.54 |
| Hex | B9 | 72 | 5A | 0 | 26 | 33 | 1B | F | 28 | 36 |
| Octal | 271 | 162 | 132 | 0 | 46 | 63 | 33 | 17 | 50 | 66 |
| Binary | 10111001 | 1110010 | 1011010 | 0 | 100110 | 110011 | 11011 | 1111 | 101000 | 110110 |
Color Harmonies of #B9725A
Complementary color
Monochromatic Colors of #B9725A
Black with #B9725A
Text Example
Text Example
White with #B9725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9725A; }
p { color: rgb(185,114,90); }
H1.HeaderClassName
{
color: #B9725A;
}
.AnyTagClassName
{
color: #B9725A;
}
</style>
background-color css
<style>
a { background-color: #B9725A; }
a { background-color: rgb(185,114,90); }
div.DivClassName
{
background-color: #B9725A;
}
.BgClassName
{
background-color: #B9725A;
}
</style>
border-color css
<style>
span { border-color: #B9725A; }
span { border-color: rgb(185,114,90); }
td.TdClassName
{
border-color: #B9725A;
}
.TagClassName
{
border-color: #B9725A;
}
</style>