Shades of Sandrift #B3927D
Tints of Sandrift #B3927D
RGB
CMYK
RGB Variations
Color information
#B3927D (or 0xB3927D) is known color: Sandrift. HEX triplet: B3, 92 and 7D. RGB value is (179,146,125). Sum of RGB (Red+Green+Blue) = 179+146+125=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3927D is #4C6D82. Grayscale: #999999. Windows color (decimal): -5008771 or 8229555. OLE color: 8229555.
HSL color Cylindrical-coordinate representation of color #B3927D: hue angle of 23.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3927D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 125 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.30 |
| HSL | 23.33º | 0.26% | 0.6% | - |
| HSV(B) | 23.33º | 0.3% | 0.7% | - |
| XYZ | 32.57 | 31.62 | 23.79 | - |
| YUV | 153.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 125 | 0 | 0.18 | 0.30 | 0.30 | 23.33 | 0.26 | 0.6 |
| Hex | B3 | 92 | 7D | 0 | 12 | 1E | 1E | 17 | 1A | 3C |
| Octal | 263 | 222 | 175 | 0 | 22 | 36 | 36 | 27 | 32 | 74 |
| Binary | 10110011 | 10010010 | 1111101 | 0 | 10010 | 11110 | 11110 | 10111 | 11010 | 111100 |
Color Harmonies of #B3927D
Complementary color
Monochromatic Colors of #B3927D
Black with #B3927D
Text Example
Text Example
White with #B3927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3927D; }
p { color: rgb(179,146,125); }
H1.HeaderClassName
{
color: #B3927D;
}
.AnyTagClassName
{
color: #B3927D;
}
</style>
background-color css
<style>
a { background-color: #B3927D; }
a { background-color: rgb(179,146,125); }
div.DivClassName
{
background-color: #B3927D;
}
.BgClassName
{
background-color: #B3927D;
}
</style>
border-color css
<style>
span { border-color: #B3927D; }
span { border-color: rgb(179,146,125); }
td.TdClassName
{
border-color: #B3927D;
}
.TagClassName
{
border-color: #B3927D;
}
</style>