Shades of Sandrift #B2917A
Tints of Sandrift #B2917A
RGB
CMYK
RGB Variations
Color information
#B2917A (or 0xB2917A) is known color: Sandrift. HEX triplet: B2, 91 and 7A. RGB value is (178,145,122). Sum of RGB (Red+Green+Blue) = 178+145+122=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2917A is #4D6E85. Grayscale: #989898. Windows color (decimal): -5074566 or 8032690. OLE color: 8032690.
HSL color Cylindrical-coordinate representation of color #B2917A: hue angle of 24.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2917A is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 122 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.30 |
| HSL | 24.64º | 0.27% | 0.59% | - |
| HSV(B) | 24.64º | 0.31% | 0.7% | - |
| XYZ | 32 | 31.12 | 22.73 | - |
| YUV | 152.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 122 | 0 | 0.19 | 0.31 | 0.30 | 24.64 | 0.27 | 0.59 |
| Hex | B2 | 91 | 7A | 0 | 13 | 1F | 1E | 19 | 1B | 3B |
| Octal | 262 | 221 | 172 | 0 | 23 | 37 | 36 | 31 | 33 | 73 |
| Binary | 10110010 | 10010001 | 1111010 | 0 | 10011 | 11111 | 11110 | 11001 | 11011 | 111011 |
Color Harmonies of #B2917A
Complementary color
Monochromatic Colors of #B2917A
Black with #B2917A
Text Example
Text Example
White with #B2917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2917A; }
p { color: rgb(178,145,122); }
H1.HeaderClassName
{
color: #B2917A;
}
.AnyTagClassName
{
color: #B2917A;
}
</style>
background-color css
<style>
a { background-color: #B2917A; }
a { background-color: rgb(178,145,122); }
div.DivClassName
{
background-color: #B2917A;
}
.BgClassName
{
background-color: #B2917A;
}
</style>
border-color css
<style>
span { border-color: #B2917A; }
span { border-color: rgb(178,145,122); }
td.TdClassName
{
border-color: #B2917A;
}
.TagClassName
{
border-color: #B2917A;
}
</style>