Shades of Sandrift #B29283
Tints of Sandrift #B29283
RGB
CMYK
RGB Variations
Color information
#B29283 (or 0xB29283) is known color: Sandrift. HEX triplet: B2, 92 and 83. RGB value is (178,146,131). Sum of RGB (Red+Green+Blue) = 178+146+131=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B29283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29283 is #4D6D7C. Grayscale: #999999. Windows color (decimal): -5074301 or 8622770. OLE color: 8622770.
HSL color Cylindrical-coordinate representation of color #B29283: hue angle of 19.15º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29283 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 131 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.30 |
| HSL | 19.15º | 0.23% | 0.61% | - |
| HSV(B) | 19.15º | 0.26% | 0.7% | - |
| XYZ | 32.74 | 31.66 | 25.86 | - |
| YUV | 153.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 131 | 0 | 0.18 | 0.26 | 0.30 | 19.15 | 0.23 | 0.61 |
| Hex | B2 | 92 | 83 | 0 | 12 | 1A | 1E | 13 | 17 | 3D |
| Octal | 262 | 222 | 203 | 0 | 22 | 32 | 36 | 23 | 27 | 75 |
| Binary | 10110010 | 10010010 | 10000011 | 0 | 10010 | 11010 | 11110 | 10011 | 10111 | 111101 |
Color Harmonies of #B29283
Complementary color
Monochromatic Colors of #B29283
Black with #B29283
Text Example
Text Example
White with #B29283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29283; }
p { color: rgb(178,146,131); }
H1.HeaderClassName
{
color: #B29283;
}
.AnyTagClassName
{
color: #B29283;
}
</style>
background-color css
<style>
a { background-color: #B29283; }
a { background-color: rgb(178,146,131); }
div.DivClassName
{
background-color: #B29283;
}
.BgClassName
{
background-color: #B29283;
}
</style>
border-color css
<style>
span { border-color: #B29283; }
span { border-color: rgb(178,146,131); }
td.TdClassName
{
border-color: #B29283;
}
.TagClassName
{
border-color: #B29283;
}
</style>