Shades of Sandrift #B28F74
Tints of Sandrift #B28F74
RGB
CMYK
RGB Variations
Color information
#B28F74 (or 0xB28F74) is known color: Sandrift. HEX triplet: B2, 8F and 74. RGB value is (178,143,116). Sum of RGB (Red+Green+Blue) = 178+143+116=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F74 is #4D708B. Grayscale: #969696. Windows color (decimal): -5075084 or 7638962. OLE color: 7638962.
HSL color Cylindrical-coordinate representation of color #B28F74: hue angle of 26.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28F74 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 116 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.30 |
| HSL | 26.13º | 0.29% | 0.58% | - |
| HSV(B) | 26.13º | 0.35% | 0.7% | - |
| XYZ | 31.33 | 30.37 | 20.73 | - |
| YUV | 150.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 116 | 0 | 0.20 | 0.35 | 0.30 | 26.13 | 0.29 | 0.58 |
| Hex | B2 | 8F | 74 | 0 | 14 | 23 | 1E | 1A | 1D | 3A |
| Octal | 262 | 217 | 164 | 0 | 24 | 43 | 36 | 32 | 35 | 72 |
| Binary | 10110010 | 10001111 | 1110100 | 0 | 10100 | 100011 | 11110 | 11010 | 11101 | 111010 |
Color Harmonies of #B28F74
Complementary color
Monochromatic Colors of #B28F74
Black with #B28F74
Text Example
Text Example
White with #B28F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F74; }
p { color: rgb(178,143,116); }
H1.HeaderClassName
{
color: #B28F74;
}
.AnyTagClassName
{
color: #B28F74;
}
</style>
background-color css
<style>
a { background-color: #B28F74; }
a { background-color: rgb(178,143,116); }
div.DivClassName
{
background-color: #B28F74;
}
.BgClassName
{
background-color: #B28F74;
}
</style>
border-color css
<style>
span { border-color: #B28F74; }
span { border-color: rgb(178,143,116); }
td.TdClassName
{
border-color: #B28F74;
}
.TagClassName
{
border-color: #B28F74;
}
</style>