Shades of Sandrift #B29483
Tints of Sandrift #B29483
RGB
CMYK
RGB Variations
Color information
#B29483 (or 0xB29483) is known color: Sandrift. HEX triplet: B2, 94 and 83. RGB value is (178,148,131). Sum of RGB (Red+Green+Blue) = 178+148+131=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29483 is #4D6B7C. Grayscale: #9B9B9B. Windows color (decimal): -5073789 or 8623282. OLE color: 8623282.
HSL color Cylindrical-coordinate representation of color #B29483: hue angle of 21.7º 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 #B29483 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 131 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.30 |
| HSL | 21.7º | 0.23% | 0.61% | - |
| HSV(B) | 21.7º | 0.26% | 0.7% | - |
| XYZ | 33.05 | 32.28 | 25.96 | - |
| YUV | 155.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 131 | 0 | 0.17 | 0.26 | 0.30 | 21.7 | 0.23 | 0.61 |
| Hex | B2 | 94 | 83 | 0 | 11 | 1A | 1E | 16 | 17 | 3D |
| Octal | 262 | 224 | 203 | 0 | 21 | 32 | 36 | 26 | 27 | 75 |
| Binary | 10110010 | 10010100 | 10000011 | 0 | 10001 | 11010 | 11110 | 10110 | 10111 | 111101 |
Color Harmonies of #B29483
Complementary color
Monochromatic Colors of #B29483
Black with #B29483
Text Example
Text Example
White with #B29483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29483; }
p { color: rgb(178,148,131); }
H1.HeaderClassName
{
color: #B29483;
}
.AnyTagClassName
{
color: #B29483;
}
</style>
background-color css
<style>
a { background-color: #B29483; }
a { background-color: rgb(178,148,131); }
div.DivClassName
{
background-color: #B29483;
}
.BgClassName
{
background-color: #B29483;
}
</style>
border-color css
<style>
span { border-color: #B29483; }
span { border-color: rgb(178,148,131); }
td.TdClassName
{
border-color: #B29483;
}
.TagClassName
{
border-color: #B29483;
}
</style>