Shades of Sandrift #B19273
Tints of Sandrift #B19273
RGB
CMYK
RGB Variations
Color information
#B19273 (or 0xB19273) is known color: Sandrift. HEX triplet: B1, 92 and 73. RGB value is (177,146,115). Sum of RGB (Red+Green+Blue) = 177+146+115=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B19273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19273 is #4E6D8C. Grayscale: #979797. Windows color (decimal): -5139853 or 7574193. OLE color: 7574193.
HSL color Cylindrical-coordinate representation of color #B19273: hue angle of 30º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19273 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 115 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.31 |
| HSL | 30º | 0.28% | 0.57% | - |
| HSV(B) | 30º | 0.35% | 0.69% | - |
| XYZ | 31.5 | 31.14 | 20.57 | - |
| YUV | 151.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 115 | 0 | 0.18 | 0.35 | 0.31 | 30 | 0.28 | 0.57 |
| Hex | B1 | 92 | 73 | 0 | 12 | 23 | 1F | 1E | 1C | 39 |
| Octal | 261 | 222 | 163 | 0 | 22 | 43 | 37 | 36 | 34 | 71 |
| Binary | 10110001 | 10010010 | 1110011 | 0 | 10010 | 100011 | 11111 | 11110 | 11100 | 111001 |
Color Harmonies of #B19273
Complementary color
Monochromatic Colors of #B19273
Black with #B19273
Text Example
Text Example
White with #B19273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19273; }
p { color: rgb(177,146,115); }
H1.HeaderClassName
{
color: #B19273;
}
.AnyTagClassName
{
color: #B19273;
}
</style>
background-color css
<style>
a { background-color: #B19273; }
a { background-color: rgb(177,146,115); }
div.DivClassName
{
background-color: #B19273;
}
.BgClassName
{
background-color: #B19273;
}
</style>
border-color css
<style>
span { border-color: #B19273; }
span { border-color: rgb(177,146,115); }
td.TdClassName
{
border-color: #B19273;
}
.TagClassName
{
border-color: #B19273;
}
</style>