Shades of Sandrift #B4906F
Tints of Sandrift #B4906F
RGB
CMYK
RGB Variations
Color information
#B4906F (or 0xB4906F) is known color: Sandrift. HEX triplet: B4, 90 and 6F. RGB value is (180,144,111). Sum of RGB (Red+Green+Blue) = 180+144+111=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906F is #4B6F90. Grayscale: #979797. Windows color (decimal): -4943761 or 7311540. OLE color: 7311540.
HSL color Cylindrical-coordinate representation of color #B4906F: hue angle of 28.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4906F is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 111 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.29 |
| HSL | 28.7º | 0.32% | 0.57% | - |
| HSV(B) | 28.7º | 0.38% | 0.71% | - |
| XYZ | 31.66 | 30.8 | 19.31 | - |
| YUV | 151 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 111 | 0 | 0.2 | 0.38 | 0.29 | 28.7 | 0.32 | 0.57 |
| Hex | B4 | 90 | 6F | 0 | 14 | 26 | 1D | 1D | 20 | 39 |
| Octal | 264 | 220 | 157 | 0 | 24 | 46 | 35 | 35 | 40 | 71 |
| Binary | 10110100 | 10010000 | 1101111 | 0 | 10100 | 100110 | 11101 | 11101 | 100000 | 111001 |
Color Harmonies of #B4906F
Complementary color
Monochromatic Colors of #B4906F
Black with #B4906F
Text Example
Text Example
White with #B4906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4906F; }
p { color: rgb(180,144,111); }
H1.HeaderClassName
{
color: #B4906F;
}
.AnyTagClassName
{
color: #B4906F;
}
</style>
background-color css
<style>
a { background-color: #B4906F; }
a { background-color: rgb(180,144,111); }
div.DivClassName
{
background-color: #B4906F;
}
.BgClassName
{
background-color: #B4906F;
}
</style>
border-color css
<style>
span { border-color: #B4906F; }
span { border-color: rgb(180,144,111); }
td.TdClassName
{
border-color: #B4906F;
}
.TagClassName
{
border-color: #B4906F;
}
</style>