Shades of Sahara #B2992D
Tints of Sahara #B2992D
RGB
CMYK
RGB Variations
Color information
#B2992D (or 0xB2992D) is known color: Sahara. HEX triplet: B2, 99 and 2D. RGB value is (178,153,45). Sum of RGB (Red+Green+Blue) = 178+153+45=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2992D is #4D66D2. Grayscale: #949494. Windows color (decimal): -5072595 or 2988466. OLE color: 2988466.
HSL color Cylindrical-coordinate representation of color #B2992D: hue angle of 48.72º 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 #B2992D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 45 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.30 |
| HSL | 48.72º | 0.6% | 0.44% | - |
| HSV(B) | 48.72º | 0.75% | 0.7% | - |
| XYZ | 30.22 | 32.44 | 7.15 | - |
| YUV | 148.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 45 | 0 | 0.14 | 0.75 | 0.30 | 48.72 | 0.6 | 0.44 |
| Hex | B2 | 99 | 2D | 0 | E | 4B | 1E | 31 | 3C | 2C |
| Octal | 262 | 231 | 55 | 0 | 16 | 113 | 36 | 61 | 74 | 54 |
| Binary | 10110010 | 10011001 | 101101 | 0 | 1110 | 1001011 | 11110 | 110001 | 111100 | 101100 |
Color Harmonies of #B2992D
Complementary color
Monochromatic Colors of #B2992D
Black with #B2992D
Text Example
Text Example
White with #B2992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2992D; }
p { color: rgb(178,153,45); }
H1.HeaderClassName
{
color: #B2992D;
}
.AnyTagClassName
{
color: #B2992D;
}
</style>
background-color css
<style>
a { background-color: #B2992D; }
a { background-color: rgb(178,153,45); }
div.DivClassName
{
background-color: #B2992D;
}
.BgClassName
{
background-color: #B2992D;
}
</style>
border-color css
<style>
span { border-color: #B2992D; }
span { border-color: rgb(178,153,45); }
td.TdClassName
{
border-color: #B2992D;
}
.TagClassName
{
border-color: #B2992D;
}
</style>