Shades of Sandrift #B3907C
Tints of Sandrift #B3907C
RGB
CMYK
RGB Variations
Color information
#B3907C (or 0xB3907C) is known color: Sandrift. HEX triplet: B3, 90 and 7C. RGB value is (179,144,124). Sum of RGB (Red+Green+Blue) = 179+144+124=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3907C is #4C6F83. Grayscale: #989898. Windows color (decimal): -5009284 or 8163507. OLE color: 8163507.
HSL color Cylindrical-coordinate representation of color #B3907C: hue angle of 21.82º 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 #B3907C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 124 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.30 |
| HSL | 21.82º | 0.27% | 0.59% | - |
| HSV(B) | 21.82º | 0.31% | 0.7% | - |
| XYZ | 32.2 | 30.99 | 23.35 | - |
| YUV | 152.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 124 | 0 | 0.20 | 0.31 | 0.30 | 21.82 | 0.27 | 0.59 |
| Hex | B3 | 90 | 7C | 0 | 14 | 1F | 1E | 16 | 1B | 3B |
| Octal | 263 | 220 | 174 | 0 | 24 | 37 | 36 | 26 | 33 | 73 |
| Binary | 10110011 | 10010000 | 1111100 | 0 | 10100 | 11111 | 11110 | 10110 | 11011 | 111011 |
Color Harmonies of #B3907C
Complementary color
Monochromatic Colors of #B3907C
Black with #B3907C
Text Example
Text Example
White with #B3907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3907C; }
p { color: rgb(179,144,124); }
H1.HeaderClassName
{
color: #B3907C;
}
.AnyTagClassName
{
color: #B3907C;
}
</style>
background-color css
<style>
a { background-color: #B3907C; }
a { background-color: rgb(179,144,124); }
div.DivClassName
{
background-color: #B3907C;
}
.BgClassName
{
background-color: #B3907C;
}
</style>
border-color css
<style>
span { border-color: #B3907C; }
span { border-color: rgb(179,144,124); }
td.TdClassName
{
border-color: #B3907C;
}
.TagClassName
{
border-color: #B3907C;
}
</style>