Shades of Sante Fe #B06D54
Tints of Sante Fe #B06D54
RGB
CMYK
RGB Variations
Color information
#B06D54 (or 0xB06D54) is known color: Sante Fe. HEX triplet: B0, 6D and 54. RGB value is (176,109,84). Sum of RGB (Red+Green+Blue) = 176+109+84=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D54 is #4F92AB. Grayscale: #7E7E7E. Windows color (decimal): -5214892 or 5533104. OLE color: 5533104.
HSL color Cylindrical-coordinate representation of color #B06D54: hue angle of 16.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06D54 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 84 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.31 |
| HSL | 16.3º | 0.37% | 0.51% | - |
| HSV(B) | 16.3º | 0.52% | 0.69% | - |
| XYZ | 24.97 | 20.81 | 11.09 | - |
| YUV | 126.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 84 | 0 | 0.38 | 0.52 | 0.31 | 16.3 | 0.37 | 0.51 |
| Hex | B0 | 6D | 54 | 0 | 26 | 34 | 1F | 10 | 25 | 33 |
| Octal | 260 | 155 | 124 | 0 | 46 | 64 | 37 | 20 | 45 | 63 |
| Binary | 10110000 | 1101101 | 1010100 | 0 | 100110 | 110100 | 11111 | 10000 | 100101 | 110011 |
Color Harmonies of #B06D54
Complementary color
Monochromatic Colors of #B06D54
Black with #B06D54
Text Example
Text Example
White with #B06D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D54; }
p { color: rgb(176,109,84); }
H1.HeaderClassName
{
color: #B06D54;
}
.AnyTagClassName
{
color: #B06D54;
}
</style>
background-color css
<style>
a { background-color: #B06D54; }
a { background-color: rgb(176,109,84); }
div.DivClassName
{
background-color: #B06D54;
}
.BgClassName
{
background-color: #B06D54;
}
</style>
border-color css
<style>
span { border-color: #B06D54; }
span { border-color: rgb(176,109,84); }
td.TdClassName
{
border-color: #B06D54;
}
.TagClassName
{
border-color: #B06D54;
}
</style>