Shades of Sandrift #B28A70
Tints of Sandrift #B28A70
RGB
CMYK
RGB Variations
Color information
#B28A70 (or 0xB28A70) is known color: Sandrift. HEX triplet: B2, 8A and 70. RGB value is (178,138,112). Sum of RGB (Red+Green+Blue) = 178+138+112=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A70 is #4D758F. Grayscale: #939393. Windows color (decimal): -5076368 or 7375538. OLE color: 7375538.
HSL color Cylindrical-coordinate representation of color #B28A70: hue angle of 23.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28A70 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 112 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.30 |
| HSL | 23.64º | 0.3% | 0.57% | - |
| HSV(B) | 23.64º | 0.37% | 0.7% | - |
| XYZ | 30.37 | 28.81 | 19.29 | - |
| YUV | 147 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 112 | 0 | 0.22 | 0.37 | 0.30 | 23.64 | 0.3 | 0.57 |
| Hex | B2 | 8A | 70 | 0 | 16 | 25 | 1E | 18 | 1E | 39 |
| Octal | 262 | 212 | 160 | 0 | 26 | 45 | 36 | 30 | 36 | 71 |
| Binary | 10110010 | 10001010 | 1110000 | 0 | 10110 | 100101 | 11110 | 11000 | 11110 | 111001 |
Color Harmonies of #B28A70
Complementary color
Monochromatic Colors of #B28A70
Black with #B28A70
Text Example
Text Example
White with #B28A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A70; }
p { color: rgb(178,138,112); }
H1.HeaderClassName
{
color: #B28A70;
}
.AnyTagClassName
{
color: #B28A70;
}
</style>
background-color css
<style>
a { background-color: #B28A70; }
a { background-color: rgb(178,138,112); }
div.DivClassName
{
background-color: #B28A70;
}
.BgClassName
{
background-color: #B28A70;
}
</style>
border-color css
<style>
span { border-color: #B28A70; }
span { border-color: rgb(178,138,112); }
td.TdClassName
{
border-color: #B28A70;
}
.TagClassName
{
border-color: #B28A70;
}
</style>