Shades of Sandrift #B4907D
Tints of Sandrift #B4907D
RGB
CMYK
RGB Variations
Color information
#B4907D (or 0xB4907D) is known color: Sandrift. HEX triplet: B4, 90 and 7D. RGB value is (180,144,125). Sum of RGB (Red+Green+Blue) = 180+144+125=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4907D is #4B6F82. Grayscale: #989898. Windows color (decimal): -4943747 or 8229044. OLE color: 8229044.
HSL color Cylindrical-coordinate representation of color #B4907D: hue angle of 20.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4907D is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 125 | - |
| CMYK | 0 | 0.2 | 0.31 | 0.29 |
| HSL | 20.73º | 0.27% | 0.6% | - |
| HSV(B) | 20.73º | 0.31% | 0.71% | - |
| XYZ | 32.5 | 31.13 | 23.7 | - |
| YUV | 152.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 125 | 0 | 0.2 | 0.31 | 0.29 | 20.73 | 0.27 | 0.6 |
| Hex | B4 | 90 | 7D | 0 | 14 | 1F | 1D | 15 | 1B | 3C |
| Octal | 264 | 220 | 175 | 0 | 24 | 37 | 35 | 25 | 33 | 74 |
| Binary | 10110100 | 10010000 | 1111101 | 0 | 10100 | 11111 | 11101 | 10101 | 11011 | 111100 |
Color Harmonies of #B4907D
Complementary color
Monochromatic Colors of #B4907D
Black with #B4907D
Text Example
Text Example
White with #B4907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4907D; }
p { color: rgb(180,144,125); }
H1.HeaderClassName
{
color: #B4907D;
}
.AnyTagClassName
{
color: #B4907D;
}
</style>
background-color css
<style>
a { background-color: #B4907D; }
a { background-color: rgb(180,144,125); }
div.DivClassName
{
background-color: #B4907D;
}
.BgClassName
{
background-color: #B4907D;
}
</style>
border-color css
<style>
span { border-color: #B4907D; }
span { border-color: rgb(180,144,125); }
td.TdClassName
{
border-color: #B4907D;
}
.TagClassName
{
border-color: #B4907D;
}
</style>