Shades of Sandrift #B4967B
Tints of Sandrift #B4967B
RGB
CMYK
RGB Variations
Color information
#B4967B (or 0xB4967B) is known color: Sandrift. HEX triplet: B4, 96 and 7B. RGB value is (180,150,123). Sum of RGB (Red+Green+Blue) = 180+150+123=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4967B is #4B6984. Grayscale: #9C9C9C. Windows color (decimal): -4942213 or 8099508. OLE color: 8099508.
HSL color Cylindrical-coordinate representation of color #B4967B: hue angle of 28.42º 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 #B4967B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 123 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.29 |
| HSL | 28.42º | 0.28% | 0.59% | - |
| HSV(B) | 28.42º | 0.32% | 0.71% | - |
| XYZ | 33.3 | 32.95 | 23.34 | - |
| YUV | 155.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 123 | 0 | 0.17 | 0.32 | 0.29 | 28.42 | 0.28 | 0.59 |
| Hex | B4 | 96 | 7B | 0 | 11 | 20 | 1D | 1C | 1C | 3B |
| Octal | 264 | 226 | 173 | 0 | 21 | 40 | 35 | 34 | 34 | 73 |
| Binary | 10110100 | 10010110 | 1111011 | 0 | 10001 | 100000 | 11101 | 11100 | 11100 | 111011 |
Color Harmonies of #B4967B
Complementary color
Monochromatic Colors of #B4967B
Black with #B4967B
Text Example
Text Example
White with #B4967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4967B; }
p { color: rgb(180,150,123); }
H1.HeaderClassName
{
color: #B4967B;
}
.AnyTagClassName
{
color: #B4967B;
}
</style>
background-color css
<style>
a { background-color: #B4967B; }
a { background-color: rgb(180,150,123); }
div.DivClassName
{
background-color: #B4967B;
}
.BgClassName
{
background-color: #B4967B;
}
</style>
border-color css
<style>
span { border-color: #B4967B; }
span { border-color: rgb(180,150,123); }
td.TdClassName
{
border-color: #B4967B;
}
.TagClassName
{
border-color: #B4967B;
}
</style>