Shades of Sandrift #B3927C
Tints of Sandrift #B3927C
RGB
CMYK
RGB Variations
Color information
#B3927C (or 0xB3927C) is known color: Sandrift. HEX triplet: B3, 92 and 7C. RGB value is (179,146,124). Sum of RGB (Red+Green+Blue) = 179+146+124=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3927C is #4C6D83. Grayscale: #999999. Windows color (decimal): -5008772 or 8164019. OLE color: 8164019.
HSL color Cylindrical-coordinate representation of color #B3927C: hue angle of 24º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3927C is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 124 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.30 |
| HSL | 24º | 0.27% | 0.59% | - |
| HSV(B) | 24º | 0.31% | 0.7% | - |
| XYZ | 32.51 | 31.6 | 23.45 | - |
| YUV | 153.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 124 | 0 | 0.18 | 0.31 | 0.30 | 24 | 0.27 | 0.59 |
| Hex | B3 | 92 | 7C | 0 | 12 | 1F | 1E | 18 | 1B | 3B |
| Octal | 263 | 222 | 174 | 0 | 22 | 37 | 36 | 30 | 33 | 73 |
| Binary | 10110011 | 10010010 | 1111100 | 0 | 10010 | 11111 | 11110 | 11000 | 11011 | 111011 |
Color Harmonies of #B3927C
Complementary color
Monochromatic Colors of #B3927C
Black with #B3927C
Text Example
Text Example
White with #B3927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3927C; }
p { color: rgb(179,146,124); }
H1.HeaderClassName
{
color: #B3927C;
}
.AnyTagClassName
{
color: #B3927C;
}
</style>
background-color css
<style>
a { background-color: #B3927C; }
a { background-color: rgb(179,146,124); }
div.DivClassName
{
background-color: #B3927C;
}
.BgClassName
{
background-color: #B3927C;
}
</style>
border-color css
<style>
span { border-color: #B3927C; }
span { border-color: rgb(179,146,124); }
td.TdClassName
{
border-color: #B3927C;
}
.TagClassName
{
border-color: #B3927C;
}
</style>