Shades of Sandrift #B89074
Tints of Sandrift #B89074
RGB
CMYK
RGB Variations
Color information
#B89074 (or 0xB89074) is known color: Sandrift. HEX triplet: B8, 90 and 74. RGB value is (184,144,116). Sum of RGB (Red+Green+Blue) = 184+144+116=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B89074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89074 is #476F8B. Grayscale: #989898. Windows color (decimal): -4681612 or 7639224. OLE color: 7639224.
HSL color Cylindrical-coordinate representation of color #B89074: hue angle of 24.71º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B89074 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 116 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.28 |
| HSL | 24.71º | 0.32% | 0.59% | - |
| HSV(B) | 24.71º | 0.37% | 0.72% | - |
| XYZ | 32.89 | 31.4 | 20.85 | - |
| YUV | 152.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 116 | 0 | 0.22 | 0.37 | 0.28 | 24.71 | 0.32 | 0.59 |
| Hex | B8 | 90 | 74 | 0 | 16 | 25 | 1C | 19 | 20 | 3B |
| Octal | 270 | 220 | 164 | 0 | 26 | 45 | 34 | 31 | 40 | 73 |
| Binary | 10111000 | 10010000 | 1110100 | 0 | 10110 | 100101 | 11100 | 11001 | 100000 | 111011 |
Color Harmonies of #B89074
Complementary color
Monochromatic Colors of #B89074
Black with #B89074
Text Example
Text Example
White with #B89074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89074; }
p { color: rgb(184,144,116); }
H1.HeaderClassName
{
color: #B89074;
}
.AnyTagClassName
{
color: #B89074;
}
</style>
background-color css
<style>
a { background-color: #B89074; }
a { background-color: rgb(184,144,116); }
div.DivClassName
{
background-color: #B89074;
}
.BgClassName
{
background-color: #B89074;
}
</style>
border-color css
<style>
span { border-color: #B89074; }
span { border-color: rgb(184,144,116); }
td.TdClassName
{
border-color: #B89074;
}
.TagClassName
{
border-color: #B89074;
}
</style>