Shades of Sahara #B1992B
Tints of Sahara #B1992B
RGB
CMYK
RGB Variations
Color information
#B1992B (or 0xB1992B) is known color: Sahara. HEX triplet: B1, 99 and 2B. RGB value is (177,153,43). Sum of RGB (Red+Green+Blue) = 177+153+43=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1992B is #4E66D4. Grayscale: #949494. Windows color (decimal): -5138133 or 2857393. OLE color: 2857393.
HSL color Cylindrical-coordinate representation of color #B1992B: hue angle of 49.25º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1992B is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 43 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.31 |
| HSL | 49.25º | 0.61% | 0.43% | - |
| HSV(B) | 49.25º | 0.76% | 0.69% | - |
| XYZ | 29.96 | 32.3 | 6.94 | - |
| YUV | 147.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 43 | 0 | 0.14 | 0.76 | 0.31 | 49.25 | 0.61 | 0.43 |
| Hex | B1 | 99 | 2B | 0 | E | 4C | 1F | 31 | 3D | 2B |
| Octal | 261 | 231 | 53 | 0 | 16 | 114 | 37 | 61 | 75 | 53 |
| Binary | 10110001 | 10011001 | 101011 | 0 | 1110 | 1001100 | 11111 | 110001 | 111101 | 101011 |
Color Harmonies of #B1992B
Complementary color
Monochromatic Colors of #B1992B
Black with #B1992B
Text Example
Text Example
White with #B1992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1992B; }
p { color: rgb(177,153,43); }
H1.HeaderClassName
{
color: #B1992B;
}
.AnyTagClassName
{
color: #B1992B;
}
</style>
background-color css
<style>
a { background-color: #B1992B; }
a { background-color: rgb(177,153,43); }
div.DivClassName
{
background-color: #B1992B;
}
.BgClassName
{
background-color: #B1992B;
}
</style>
border-color css
<style>
span { border-color: #B1992B; }
span { border-color: rgb(177,153,43); }
td.TdClassName
{
border-color: #B1992B;
}
.TagClassName
{
border-color: #B1992B;
}
</style>