Shades of Sandrift #B5907D
Tints of Sandrift #B5907D
RGB
CMYK
RGB Variations
Color information
#B5907D (or 0xB5907D) is known color: Sandrift. HEX triplet: B5, 90 and 7D. RGB value is (181,144,125). Sum of RGB (Red+Green+Blue) = 181+144+125=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907D is #4A6F82. Grayscale: #999999. Windows color (decimal): -4878211 or 8229045. OLE color: 8229045.
HSL color Cylindrical-coordinate representation of color #B5907D: hue angle of 20.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5907D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 125 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.29 |
| HSL | 20.36º | 0.27% | 0.6% | - |
| HSV(B) | 20.36º | 0.31% | 0.71% | - |
| XYZ | 32.73 | 31.25 | 23.71 | - |
| YUV | 152.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 125 | 0 | 0.20 | 0.31 | 0.29 | 20.36 | 0.27 | 0.6 |
| Hex | B5 | 90 | 7D | 0 | 14 | 1F | 1D | 14 | 1B | 3C |
| Octal | 265 | 220 | 175 | 0 | 24 | 37 | 35 | 24 | 33 | 74 |
| Binary | 10110101 | 10010000 | 1111101 | 0 | 10100 | 11111 | 11101 | 10100 | 11011 | 111100 |
Color Harmonies of #B5907D
Complementary color
Monochromatic Colors of #B5907D
Black with #B5907D
Text Example
Text Example
White with #B5907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5907D; }
p { color: rgb(181,144,125); }
H1.HeaderClassName
{
color: #B5907D;
}
.AnyTagClassName
{
color: #B5907D;
}
</style>
background-color css
<style>
a { background-color: #B5907D; }
a { background-color: rgb(181,144,125); }
div.DivClassName
{
background-color: #B5907D;
}
.BgClassName
{
background-color: #B5907D;
}
</style>
border-color css
<style>
span { border-color: #B5907D; }
span { border-color: rgb(181,144,125); }
td.TdClassName
{
border-color: #B5907D;
}
.TagClassName
{
border-color: #B5907D;
}
</style>