Shades of Sandrift #B28B72
Tints of Sandrift #B28B72
RGB
CMYK
RGB Variations
Color information
#B28B72 (or 0xB28B72) is known color: Sandrift. HEX triplet: B2, 8B and 72. RGB value is (178,139,114). Sum of RGB (Red+Green+Blue) = 178+139+114=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B72 is #4D748D. Grayscale: #939393. Windows color (decimal): -5076110 or 7506866. OLE color: 7506866.
HSL color Cylindrical-coordinate representation of color #B28B72: hue angle of 23.44º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28B72 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 114 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.30 |
| HSL | 23.44º | 0.29% | 0.57% | - |
| HSV(B) | 23.44º | 0.36% | 0.7% | - |
| XYZ | 30.63 | 29.15 | 19.93 | - |
| YUV | 147.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 114 | 0 | 0.22 | 0.36 | 0.30 | 23.44 | 0.29 | 0.57 |
| Hex | B2 | 8B | 72 | 0 | 16 | 24 | 1E | 17 | 1D | 39 |
| Octal | 262 | 213 | 162 | 0 | 26 | 44 | 36 | 27 | 35 | 71 |
| Binary | 10110010 | 10001011 | 1110010 | 0 | 10110 | 100100 | 11110 | 10111 | 11101 | 111001 |
Color Harmonies of #B28B72
Complementary color
Monochromatic Colors of #B28B72
Black with #B28B72
Text Example
Text Example
White with #B28B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B72; }
p { color: rgb(178,139,114); }
H1.HeaderClassName
{
color: #B28B72;
}
.AnyTagClassName
{
color: #B28B72;
}
</style>
background-color css
<style>
a { background-color: #B28B72; }
a { background-color: rgb(178,139,114); }
div.DivClassName
{
background-color: #B28B72;
}
.BgClassName
{
background-color: #B28B72;
}
</style>
border-color css
<style>
span { border-color: #B28B72; }
span { border-color: rgb(178,139,114); }
td.TdClassName
{
border-color: #B28B72;
}
.TagClassName
{
border-color: #B28B72;
}
</style>