Shades of Sandrift #B08A72
Tints of Sandrift #B08A72
RGB
CMYK
RGB Variations
Color information
#B08A72 (or 0xB08A72) is known color: Sandrift. HEX triplet: B0, 8A and 72. RGB value is (176,138,114). Sum of RGB (Red+Green+Blue) = 176+138+114=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A72 is #4F758D. Grayscale: #929292. Windows color (decimal): -5207438 or 7506608. OLE color: 7506608.
HSL color Cylindrical-coordinate representation of color #B08A72: hue angle of 23.23º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08A72 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 114 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.31 |
| HSL | 23.23º | 0.28% | 0.57% | - |
| HSV(B) | 23.23º | 0.35% | 0.69% | - |
| XYZ | 30.03 | 28.62 | 19.86 | - |
| YUV | 146.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 114 | 0 | 0.22 | 0.35 | 0.31 | 23.23 | 0.28 | 0.57 |
| Hex | B0 | 8A | 72 | 0 | 16 | 23 | 1F | 17 | 1C | 39 |
| Octal | 260 | 212 | 162 | 0 | 26 | 43 | 37 | 27 | 34 | 71 |
| Binary | 10110000 | 10001010 | 1110010 | 0 | 10110 | 100011 | 11111 | 10111 | 11100 | 111001 |
Color Harmonies of #B08A72
Complementary color
Monochromatic Colors of #B08A72
Black with #B08A72
Text Example
Text Example
White with #B08A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A72; }
p { color: rgb(176,138,114); }
H1.HeaderClassName
{
color: #B08A72;
}
.AnyTagClassName
{
color: #B08A72;
}
</style>
background-color css
<style>
a { background-color: #B08A72; }
a { background-color: rgb(176,138,114); }
div.DivClassName
{
background-color: #B08A72;
}
.BgClassName
{
background-color: #B08A72;
}
</style>
border-color css
<style>
span { border-color: #B08A72; }
span { border-color: rgb(176,138,114); }
td.TdClassName
{
border-color: #B08A72;
}
.TagClassName
{
border-color: #B08A72;
}
</style>