Shades of Sahara #B2942C
Tints of Sahara #B2942C
RGB
CMYK
RGB Variations
Color information
#B2942C (or 0xB2942C) is known color: Sahara. HEX triplet: B2, 94 and 2C. RGB value is (178,148,44). Sum of RGB (Red+Green+Blue) = 178+148+44=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2942C is #4D6BD3. Grayscale: #919191. Windows color (decimal): -5073876 or 2921650. OLE color: 2921650.
HSL color Cylindrical-coordinate representation of color #B2942C: hue angle of 46.57º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2942C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 44 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.30 |
| HSL | 46.57º | 0.6% | 0.44% | - |
| HSV(B) | 46.57º | 0.75% | 0.7% | - |
| XYZ | 29.4 | 30.83 | 6.78 | - |
| YUV | 145.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 44 | 0 | 0.17 | 0.75 | 0.30 | 46.57 | 0.6 | 0.44 |
| Hex | B2 | 94 | 2C | 0 | 11 | 4B | 1E | 2F | 3C | 2C |
| Octal | 262 | 224 | 54 | 0 | 21 | 113 | 36 | 57 | 74 | 54 |
| Binary | 10110010 | 10010100 | 101100 | 0 | 10001 | 1001011 | 11110 | 101111 | 111100 | 101100 |
Color Harmonies of #B2942C
Complementary color
Monochromatic Colors of #B2942C
Black with #B2942C
Text Example
Text Example
White with #B2942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2942C; }
p { color: rgb(178,148,44); }
H1.HeaderClassName
{
color: #B2942C;
}
.AnyTagClassName
{
color: #B2942C;
}
</style>
background-color css
<style>
a { background-color: #B2942C; }
a { background-color: rgb(178,148,44); }
div.DivClassName
{
background-color: #B2942C;
}
.BgClassName
{
background-color: #B2942C;
}
</style>
border-color css
<style>
span { border-color: #B2942C; }
span { border-color: rgb(178,148,44); }
td.TdClassName
{
border-color: #B2942C;
}
.TagClassName
{
border-color: #B2942C;
}
</style>