Shades of Sahara #B28D1E
Tints of Sahara #B28D1E
RGB
CMYK
RGB Variations
Color information
#B28D1E (or 0xB28D1E) is known color: Sahara. HEX triplet: B2, 8D and 1E. RGB value is (178,141,30). Sum of RGB (Red+Green+Blue) = 178+141+30=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D1E is #4D72E1. Grayscale: #8B8B8B. Windows color (decimal): -5075682 or 2002354. OLE color: 2002354.
HSL color Cylindrical-coordinate representation of color #B28D1E: hue angle of 45º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B28D1E is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 30 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.30 |
| HSL | 45º | 0.71% | 0.41% | - |
| HSV(B) | 45º | 0.83% | 0.7% | - |
| XYZ | 28.12 | 28.61 | 5.27 | - |
| YUV | 139.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 30 | 0 | 0.21 | 0.83 | 0.30 | 45 | 0.71 | 0.41 |
| Hex | B2 | 8D | 1E | 0 | 15 | 53 | 1E | 2D | 47 | 29 |
| Octal | 262 | 215 | 36 | 0 | 25 | 123 | 36 | 55 | 107 | 51 |
| Binary | 10110010 | 10001101 | 11110 | 0 | 10101 | 1010011 | 11110 | 101101 | 1000111 | 101001 |
Color Harmonies of #B28D1E
Complementary color
Monochromatic Colors of #B28D1E
Black with #B28D1E
Text Example
Text Example
White with #B28D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D1E; }
p { color: rgb(178,141,30); }
H1.HeaderClassName
{
color: #B28D1E;
}
.AnyTagClassName
{
color: #B28D1E;
}
</style>
background-color css
<style>
a { background-color: #B28D1E; }
a { background-color: rgb(178,141,30); }
div.DivClassName
{
background-color: #B28D1E;
}
.BgClassName
{
background-color: #B28D1E;
}
</style>
border-color css
<style>
span { border-color: #B28D1E; }
span { border-color: rgb(178,141,30); }
td.TdClassName
{
border-color: #B28D1E;
}
.TagClassName
{
border-color: #B28D1E;
}
</style>