Shades of Sandrift #B4907B
Tints of Sandrift #B4907B
RGB
CMYK
RGB Variations
Color information
#B4907B (or 0xB4907B) is known color: Sandrift. HEX triplet: B4, 90 and 7B. RGB value is (180,144,123). Sum of RGB (Red+Green+Blue) = 180+144+123=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907B is #4B6F84. Grayscale: #989898. Windows color (decimal): -4943749 or 8097972. OLE color: 8097972.
HSL color Cylindrical-coordinate representation of color #B4907B: hue angle of 22.11º 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 #B4907B is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 123 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.29 |
| HSL | 22.11º | 0.28% | 0.59% | - |
| HSV(B) | 22.11º | 0.32% | 0.71% | - |
| XYZ | 32.37 | 31.08 | 23.03 | - |
| YUV | 152.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 123 | 0 | 0.2 | 0.32 | 0.29 | 22.11 | 0.28 | 0.59 |
| Hex | B4 | 90 | 7B | 0 | 14 | 20 | 1D | 16 | 1C | 3B |
| Octal | 264 | 220 | 173 | 0 | 24 | 40 | 35 | 26 | 34 | 73 |
| Binary | 10110100 | 10010000 | 1111011 | 0 | 10100 | 100000 | 11101 | 10110 | 11100 | 111011 |
Color Harmonies of #B4907B
Complementary color
Monochromatic Colors of #B4907B
Black with #B4907B
Text Example
Text Example
White with #B4907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4907B; }
p { color: rgb(180,144,123); }
H1.HeaderClassName
{
color: #B4907B;
}
.AnyTagClassName
{
color: #B4907B;
}
</style>
background-color css
<style>
a { background-color: #B4907B; }
a { background-color: rgb(180,144,123); }
div.DivClassName
{
background-color: #B4907B;
}
.BgClassName
{
background-color: #B4907B;
}
</style>
border-color css
<style>
span { border-color: #B4907B; }
span { border-color: rgb(180,144,123); }
td.TdClassName
{
border-color: #B4907B;
}
.TagClassName
{
border-color: #B4907B;
}
</style>