Shades of Sandrift #B3927F
Tints of Sandrift #B3927F
RGB
CMYK
RGB Variations
Color information
#B3927F (or 0xB3927F) is known color: Sandrift. HEX triplet: B3, 92 and 7F. RGB value is (179,146,127). Sum of RGB (Red+Green+Blue) = 179+146+127=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3927F is #4C6D80. Grayscale: #999999. Windows color (decimal): -5008769 or 8360627. OLE color: 8360627.
HSL color Cylindrical-coordinate representation of color #B3927F: hue angle of 21.92º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3927F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 127 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.30 |
| HSL | 21.92º | 0.25% | 0.6% | - |
| HSV(B) | 21.92º | 0.29% | 0.7% | - |
| XYZ | 32.7 | 31.67 | 24.47 | - |
| YUV | 153.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 127 | 0 | 0.18 | 0.29 | 0.30 | 21.92 | 0.25 | 0.6 |
| Hex | B3 | 92 | 7F | 0 | 12 | 1D | 1E | 16 | 19 | 3C |
| Octal | 263 | 222 | 177 | 0 | 22 | 35 | 36 | 26 | 31 | 74 |
| Binary | 10110011 | 10010010 | 1111111 | 0 | 10010 | 11101 | 11110 | 10110 | 11001 | 111100 |
Color Harmonies of #B3927F
Complementary color
Monochromatic Colors of #B3927F
Black with #B3927F
Text Example
Text Example
White with #B3927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3927F; }
p { color: rgb(179,146,127); }
H1.HeaderClassName
{
color: #B3927F;
}
.AnyTagClassName
{
color: #B3927F;
}
</style>
background-color css
<style>
a { background-color: #B3927F; }
a { background-color: rgb(179,146,127); }
div.DivClassName
{
background-color: #B3927F;
}
.BgClassName
{
background-color: #B3927F;
}
</style>
border-color css
<style>
span { border-color: #B3927F; }
span { border-color: rgb(179,146,127); }
td.TdClassName
{
border-color: #B3927F;
}
.TagClassName
{
border-color: #B3927F;
}
</style>