Shades of Sahara #B2942D
Tints of Sahara #B2942D
RGB
CMYK
RGB Variations
Color information
#B2942D (or 0xB2942D) is known color: Sahara. HEX triplet: B2, 94 and 2D. RGB value is (178,148,45). Sum of RGB (Red+Green+Blue) = 178+148+45=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2942D is #4D6BD2. Grayscale: #919191. Windows color (decimal): -5073875 or 2987186. OLE color: 2987186.
HSL color Cylindrical-coordinate representation of color #B2942D: hue angle of 46.47º 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 #B2942D is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 45 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.30 |
| HSL | 46.47º | 0.6% | 0.44% | - |
| HSV(B) | 46.47º | 0.75% | 0.7% | - |
| XYZ | 29.42 | 30.83 | 6.88 | - |
| YUV | 145.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 45 | 0 | 0.17 | 0.75 | 0.30 | 46.47 | 0.6 | 0.44 |
| Hex | B2 | 94 | 2D | 0 | 11 | 4B | 1E | 2E | 3C | 2C |
| Octal | 262 | 224 | 55 | 0 | 21 | 113 | 36 | 56 | 74 | 54 |
| Binary | 10110010 | 10010100 | 101101 | 0 | 10001 | 1001011 | 11110 | 101110 | 111100 | 101100 |
Color Harmonies of #B2942D
Complementary color
Monochromatic Colors of #B2942D
Black with #B2942D
Text Example
Text Example
White with #B2942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2942D; }
p { color: rgb(178,148,45); }
H1.HeaderClassName
{
color: #B2942D;
}
.AnyTagClassName
{
color: #B2942D;
}
</style>
background-color css
<style>
a { background-color: #B2942D; }
a { background-color: rgb(178,148,45); }
div.DivClassName
{
background-color: #B2942D;
}
.BgClassName
{
background-color: #B2942D;
}
</style>
border-color css
<style>
span { border-color: #B2942D; }
span { border-color: rgb(178,148,45); }
td.TdClassName
{
border-color: #B2942D;
}
.TagClassName
{
border-color: #B2942D;
}
</style>