Shades of Sandrift #B4927C
Tints of Sandrift #B4927C
RGB
CMYK
RGB Variations
Color information
#B4927C (or 0xB4927C) is known color: Sandrift. HEX triplet: B4, 92 and 7C. RGB value is (180,146,124). Sum of RGB (Red+Green+Blue) = 180+146+124=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4927C is #4B6D83. Grayscale: #999999. Windows color (decimal): -4943236 or 8164020. OLE color: 8164020.
HSL color Cylindrical-coordinate representation of color #B4927C: hue angle of 23.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4927C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 124 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.29 |
| HSL | 23.57º | 0.27% | 0.6% | - |
| HSV(B) | 23.57º | 0.31% | 0.71% | - |
| XYZ | 32.74 | 31.72 | 23.47 | - |
| YUV | 153.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 124 | 0 | 0.19 | 0.31 | 0.29 | 23.57 | 0.27 | 0.6 |
| Hex | B4 | 92 | 7C | 0 | 13 | 1F | 1D | 18 | 1B | 3C |
| Octal | 264 | 222 | 174 | 0 | 23 | 37 | 35 | 30 | 33 | 74 |
| Binary | 10110100 | 10010010 | 1111100 | 0 | 10011 | 11111 | 11101 | 11000 | 11011 | 111100 |
Color Harmonies of #B4927C
Complementary color
Monochromatic Colors of #B4927C
Black with #B4927C
Text Example
Text Example
White with #B4927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4927C; }
p { color: rgb(180,146,124); }
H1.HeaderClassName
{
color: #B4927C;
}
.AnyTagClassName
{
color: #B4927C;
}
</style>
background-color css
<style>
a { background-color: #B4927C; }
a { background-color: rgb(180,146,124); }
div.DivClassName
{
background-color: #B4927C;
}
.BgClassName
{
background-color: #B4927C;
}
</style>
border-color css
<style>
span { border-color: #B4927C; }
span { border-color: rgb(180,146,124); }
td.TdClassName
{
border-color: #B4927C;
}
.TagClassName
{
border-color: #B4927C;
}
</style>