Shades of Sahara #B2921C
Tints of Sahara #B2921C
RGB
CMYK
RGB Variations
Color information
#B2921C (or 0xB2921C) is known color: Sahara. HEX triplet: B2, 92 and 1C. RGB value is (178,146,28). Sum of RGB (Red+Green+Blue) = 178+146+28=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2921C is #4D6DE3. Grayscale: #8E8E8E. Windows color (decimal): -5074404 or 1872562. OLE color: 1872562.
HSL color Cylindrical-coordinate representation of color #B2921C: hue angle of 47.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2921C is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 28 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.30 |
| HSL | 47.2º | 0.73% | 0.4% | - |
| HSV(B) | 47.2º | 0.84% | 0.7% | - |
| XYZ | 28.85 | 30.11 | 5.39 | - |
| YUV | 142.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 28 | 0 | 0.18 | 0.84 | 0.30 | 47.2 | 0.73 | 0.4 |
| Hex | B2 | 92 | 1C | 0 | 12 | 54 | 1E | 2F | 49 | 28 |
| Octal | 262 | 222 | 34 | 0 | 22 | 124 | 36 | 57 | 111 | 50 |
| Binary | 10110010 | 10010010 | 11100 | 0 | 10010 | 1010100 | 11110 | 101111 | 1001001 | 101000 |
Color Harmonies of #B2921C
Complementary color
Monochromatic Colors of #B2921C
Black with #B2921C
Text Example
Text Example
White with #B2921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2921C; }
p { color: rgb(178,146,28); }
H1.HeaderClassName
{
color: #B2921C;
}
.AnyTagClassName
{
color: #B2921C;
}
</style>
background-color css
<style>
a { background-color: #B2921C; }
a { background-color: rgb(178,146,28); }
div.DivClassName
{
background-color: #B2921C;
}
.BgClassName
{
background-color: #B2921C;
}
</style>
border-color css
<style>
span { border-color: #B2921C; }
span { border-color: rgb(178,146,28); }
td.TdClassName
{
border-color: #B2921C;
}
.TagClassName
{
border-color: #B2921C;
}
</style>