Shades of Sandrift #B59B7A
Tints of Sandrift #B59B7A
RGB
CMYK
RGB Variations
Color information
#B59B7A (or 0xB59B7A) is known color: Sandrift. HEX triplet: B5, 9B and 7A. RGB value is (181,155,122). Sum of RGB (Red+Green+Blue) = 181+155+122=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B7A is #4A6485. Grayscale: #9F9F9F. Windows color (decimal): -4875398 or 8035253. OLE color: 8035253.
HSL color Cylindrical-coordinate representation of color #B59B7A: hue angle of 33.56º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59B7A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 155 | 122 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.29 |
| HSL | 33.56º | 0.29% | 0.59% | - |
| HSV(B) | 33.56º | 0.33% | 0.71% | - |
| XYZ | 34.29 | 34.67 | 23.3 | - |
| YUV | 159.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 122 | 0 | 0.14 | 0.33 | 0.29 | 33.56 | 0.29 | 0.59 |
| Hex | B5 | 9B | 7A | 0 | E | 21 | 1D | 22 | 1D | 3B |
| Octal | 265 | 233 | 172 | 0 | 16 | 41 | 35 | 42 | 35 | 73 |
| Binary | 10110101 | 10011011 | 1111010 | 0 | 1110 | 100001 | 11101 | 100010 | 11101 | 111011 |
Color Harmonies of #B59B7A
Complementary color
Monochromatic Colors of #B59B7A
Black with #B59B7A
Text Example
Text Example
White with #B59B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59B7A; }
p { color: rgb(181,155,122); }
H1.HeaderClassName
{
color: #B59B7A;
}
.AnyTagClassName
{
color: #B59B7A;
}
</style>
background-color css
<style>
a { background-color: #B59B7A; }
a { background-color: rgb(181,155,122); }
div.DivClassName
{
background-color: #B59B7A;
}
.BgClassName
{
background-color: #B59B7A;
}
</style>
border-color css
<style>
span { border-color: #B59B7A; }
span { border-color: rgb(181,155,122); }
td.TdClassName
{
border-color: #B59B7A;
}
.TagClassName
{
border-color: #B59B7A;
}
</style>