Shades of Sandrift #B4917B
Tints of Sandrift #B4917B
RGB
CMYK
RGB Variations
Color information
#B4917B (or 0xB4917B) is known color: Sandrift. HEX triplet: B4, 91 and 7B. RGB value is (180,145,123). Sum of RGB (Red+Green+Blue) = 180+145+123=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4917B is #4B6E84. Grayscale: #999999. Windows color (decimal): -4943493 or 8098228. OLE color: 8098228.
HSL color Cylindrical-coordinate representation of color #B4917B: hue angle of 23.16º 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 #B4917B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 123 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.29 |
| HSL | 23.16º | 0.28% | 0.59% | - |
| HSV(B) | 23.16º | 0.32% | 0.71% | - |
| XYZ | 32.52 | 31.38 | 23.08 | - |
| YUV | 152.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 123 | 0 | 0.19 | 0.32 | 0.29 | 23.16 | 0.28 | 0.59 |
| Hex | B4 | 91 | 7B | 0 | 13 | 20 | 1D | 17 | 1C | 3B |
| Octal | 264 | 221 | 173 | 0 | 23 | 40 | 35 | 27 | 34 | 73 |
| Binary | 10110100 | 10010001 | 1111011 | 0 | 10011 | 100000 | 11101 | 10111 | 11100 | 111011 |
Color Harmonies of #B4917B
Complementary color
Monochromatic Colors of #B4917B
Black with #B4917B
Text Example
Text Example
White with #B4917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4917B; }
p { color: rgb(180,145,123); }
H1.HeaderClassName
{
color: #B4917B;
}
.AnyTagClassName
{
color: #B4917B;
}
</style>
background-color css
<style>
a { background-color: #B4917B; }
a { background-color: rgb(180,145,123); }
div.DivClassName
{
background-color: #B4917B;
}
.BgClassName
{
background-color: #B4917B;
}
</style>
border-color css
<style>
span { border-color: #B4917B; }
span { border-color: rgb(180,145,123); }
td.TdClassName
{
border-color: #B4917B;
}
.TagClassName
{
border-color: #B4917B;
}
</style>