Shades of Sandrift #B3907B
Tints of Sandrift #B3907B
RGB
CMYK
RGB Variations
Color information
#B3907B (or 0xB3907B) is known color: Sandrift. HEX triplet: B3, 90 and 7B. RGB value is (179,144,123). Sum of RGB (Red+Green+Blue) = 179+144+123=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3907B is #4C6F84. Grayscale: #989898. Windows color (decimal): -5009285 or 8097971. OLE color: 8097971.
HSL color Cylindrical-coordinate representation of color #B3907B: hue angle of 22.5º 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 #B3907B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 123 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.30 |
| HSL | 22.5º | 0.27% | 0.59% | - |
| HSV(B) | 22.5º | 0.31% | 0.7% | - |
| XYZ | 32.14 | 30.96 | 23.02 | - |
| YUV | 152.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 123 | 0 | 0.20 | 0.31 | 0.30 | 22.5 | 0.27 | 0.59 |
| Hex | B3 | 90 | 7B | 0 | 14 | 1F | 1E | 16 | 1B | 3B |
| Octal | 263 | 220 | 173 | 0 | 24 | 37 | 36 | 26 | 33 | 73 |
| Binary | 10110011 | 10010000 | 1111011 | 0 | 10100 | 11111 | 11110 | 10110 | 11011 | 111011 |
Color Harmonies of #B3907B
Complementary color
Monochromatic Colors of #B3907B
Black with #B3907B
Text Example
Text Example
White with #B3907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3907B; }
p { color: rgb(179,144,123); }
H1.HeaderClassName
{
color: #B3907B;
}
.AnyTagClassName
{
color: #B3907B;
}
</style>
background-color css
<style>
a { background-color: #B3907B; }
a { background-color: rgb(179,144,123); }
div.DivClassName
{
background-color: #B3907B;
}
.BgClassName
{
background-color: #B3907B;
}
</style>
border-color css
<style>
span { border-color: #B3907B; }
span { border-color: rgb(179,144,123); }
td.TdClassName
{
border-color: #B3907B;
}
.TagClassName
{
border-color: #B3907B;
}
</style>