Shades of Sahara #B28E21
Tints of Sahara #B28E21
RGB
CMYK
RGB Variations
Color information
#B28E21 (or 0xB28E21) is known color: Sahara. HEX triplet: B2, 8E and 21. RGB value is (178,142,33). Sum of RGB (Red+Green+Blue) = 178+142+33=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E21 is #4D71DE. Grayscale: #8C8C8C. Windows color (decimal): -5075423 or 2199218. OLE color: 2199218.
HSL color Cylindrical-coordinate representation of color #B28E21: hue angle of 45.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B28E21 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 33 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.30 |
| HSL | 45.1º | 0.69% | 0.41% | - |
| HSV(B) | 45.1º | 0.81% | 0.7% | - |
| XYZ | 28.31 | 28.92 | 5.53 | - |
| YUV | 140.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 33 | 0 | 0.20 | 0.81 | 0.30 | 45.1 | 0.69 | 0.41 |
| Hex | B2 | 8E | 21 | 0 | 14 | 51 | 1E | 2D | 45 | 29 |
| Octal | 262 | 216 | 41 | 0 | 24 | 121 | 36 | 55 | 105 | 51 |
| Binary | 10110010 | 10001110 | 100001 | 0 | 10100 | 1010001 | 11110 | 101101 | 1000101 | 101001 |
Color Harmonies of #B28E21
Complementary color
Monochromatic Colors of #B28E21
Black with #B28E21
Text Example
Text Example
White with #B28E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E21; }
p { color: rgb(178,142,33); }
H1.HeaderClassName
{
color: #B28E21;
}
.AnyTagClassName
{
color: #B28E21;
}
</style>
background-color css
<style>
a { background-color: #B28E21; }
a { background-color: rgb(178,142,33); }
div.DivClassName
{
background-color: #B28E21;
}
.BgClassName
{
background-color: #B28E21;
}
</style>
border-color css
<style>
span { border-color: #B28E21; }
span { border-color: rgb(178,142,33); }
td.TdClassName
{
border-color: #B28E21;
}
.TagClassName
{
border-color: #B28E21;
}
</style>