Shades of Sandrift #B2967D
Tints of Sandrift #B2967D
RGB
CMYK
RGB Variations
Color information
#B2967D (or 0xB2967D) is known color: Sandrift. HEX triplet: B2, 96 and 7D. RGB value is (178,150,125). Sum of RGB (Red+Green+Blue) = 178+150+125=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2967D is #4D6982. Grayscale: #9B9B9B. Windows color (decimal): -5073283 or 8230578. OLE color: 8230578.
HSL color Cylindrical-coordinate representation of color #B2967D: hue angle of 28.3º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2967D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 125 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.30 |
| HSL | 28.3º | 0.26% | 0.59% | - |
| HSV(B) | 28.3º | 0.3% | 0.7% | - |
| XYZ | 32.97 | 32.76 | 23.99 | - |
| YUV | 155.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 125 | 0 | 0.16 | 0.30 | 0.30 | 28.3 | 0.26 | 0.59 |
| Hex | B2 | 96 | 7D | 0 | 10 | 1E | 1E | 1C | 1A | 3B |
| Octal | 262 | 226 | 175 | 0 | 20 | 36 | 36 | 34 | 32 | 73 |
| Binary | 10110010 | 10010110 | 1111101 | 0 | 10000 | 11110 | 11110 | 11100 | 11010 | 111011 |
Color Harmonies of #B2967D
Complementary color
Monochromatic Colors of #B2967D
Black with #B2967D
Text Example
Text Example
White with #B2967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2967D; }
p { color: rgb(178,150,125); }
H1.HeaderClassName
{
color: #B2967D;
}
.AnyTagClassName
{
color: #B2967D;
}
</style>
background-color css
<style>
a { background-color: #B2967D; }
a { background-color: rgb(178,150,125); }
div.DivClassName
{
background-color: #B2967D;
}
.BgClassName
{
background-color: #B2967D;
}
</style>
border-color css
<style>
span { border-color: #B2967D; }
span { border-color: rgb(178,150,125); }
td.TdClassName
{
border-color: #B2967D;
}
.TagClassName
{
border-color: #B2967D;
}
</style>