Shades of Sandrift #B28C73
Tints of Sandrift #B28C73
RGB
CMYK
RGB Variations
Color information
#B28C73 (or 0xB28C73) is known color: Sandrift. HEX triplet: B2, 8C and 73. RGB value is (178,140,115). Sum of RGB (Red+Green+Blue) = 178+140+115=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C73 is #4D738C. Grayscale: #949494. Windows color (decimal): -5075853 or 7572658. OLE color: 7572658.
HSL color Cylindrical-coordinate representation of color #B28C73: hue angle of 23.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28C73 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 115 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.30 |
| HSL | 23.81º | 0.29% | 0.57% | - |
| HSV(B) | 23.81º | 0.35% | 0.7% | - |
| XYZ | 30.83 | 29.46 | 20.28 | - |
| YUV | 148.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 115 | 0 | 0.21 | 0.35 | 0.30 | 23.81 | 0.29 | 0.57 |
| Hex | B2 | 8C | 73 | 0 | 15 | 23 | 1E | 18 | 1D | 39 |
| Octal | 262 | 214 | 163 | 0 | 25 | 43 | 36 | 30 | 35 | 71 |
| Binary | 10110010 | 10001100 | 1110011 | 0 | 10101 | 100011 | 11110 | 11000 | 11101 | 111001 |
Color Harmonies of #B28C73
Complementary color
Monochromatic Colors of #B28C73
Black with #B28C73
Text Example
Text Example
White with #B28C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C73; }
p { color: rgb(178,140,115); }
H1.HeaderClassName
{
color: #B28C73;
}
.AnyTagClassName
{
color: #B28C73;
}
</style>
background-color css
<style>
a { background-color: #B28C73; }
a { background-color: rgb(178,140,115); }
div.DivClassName
{
background-color: #B28C73;
}
.BgClassName
{
background-color: #B28C73;
}
</style>
border-color css
<style>
span { border-color: #B28C73; }
span { border-color: rgb(178,140,115); }
td.TdClassName
{
border-color: #B28C73;
}
.TagClassName
{
border-color: #B28C73;
}
</style>