Shades of Sandrift #B4927A
Tints of Sandrift #B4927A
RGB
CMYK
RGB Variations
Color information
#B4927A (or 0xB4927A) is known color: Sandrift. HEX triplet: B4, 92 and 7A. RGB value is (180,146,122). Sum of RGB (Red+Green+Blue) = 180+146+122=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4927A is #4B6D85. Grayscale: #999999. Windows color (decimal): -4943238 or 8032948. OLE color: 8032948.
HSL color Cylindrical-coordinate representation of color #B4927A: hue angle of 24.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4927A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 122 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.29 |
| HSL | 24.83º | 0.28% | 0.59% | - |
| HSV(B) | 24.83º | 0.32% | 0.71% | - |
| XYZ | 32.61 | 31.67 | 22.81 | - |
| YUV | 153.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 122 | 0 | 0.19 | 0.32 | 0.29 | 24.83 | 0.28 | 0.59 |
| Hex | B4 | 92 | 7A | 0 | 13 | 20 | 1D | 19 | 1C | 3B |
| Octal | 264 | 222 | 172 | 0 | 23 | 40 | 35 | 31 | 34 | 73 |
| Binary | 10110100 | 10010010 | 1111010 | 0 | 10011 | 100000 | 11101 | 11001 | 11100 | 111011 |
Color Harmonies of #B4927A
Complementary color
Monochromatic Colors of #B4927A
Black with #B4927A
Text Example
Text Example
White with #B4927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4927A; }
p { color: rgb(180,146,122); }
H1.HeaderClassName
{
color: #B4927A;
}
.AnyTagClassName
{
color: #B4927A;
}
</style>
background-color css
<style>
a { background-color: #B4927A; }
a { background-color: rgb(180,146,122); }
div.DivClassName
{
background-color: #B4927A;
}
.BgClassName
{
background-color: #B4927A;
}
</style>
border-color css
<style>
span { border-color: #B4927A; }
span { border-color: rgb(180,146,122); }
td.TdClassName
{
border-color: #B4927A;
}
.TagClassName
{
border-color: #B4927A;
}
</style>