Shades of Sahara #B3992B
Tints of Sahara #B3992B
RGB
CMYK
RGB Variations
Color information
#B3992B (or 0xB3992B) is known color: Sahara. HEX triplet: B3, 99 and 2B. RGB value is (179,153,43). Sum of RGB (Red+Green+Blue) = 179+153+43=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3992B is #4C66D4. Grayscale: #949494. Windows color (decimal): -5007061 or 2857395. OLE color: 2857395.
HSL color Cylindrical-coordinate representation of color #B3992B: hue angle of 48.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3992B is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 43 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.30 |
| HSL | 48.53º | 0.61% | 0.44% | - |
| HSV(B) | 48.53º | 0.76% | 0.7% | - |
| XYZ | 30.42 | 32.54 | 6.96 | - |
| YUV | 148.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 43 | 0 | 0.15 | 0.76 | 0.30 | 48.53 | 0.61 | 0.44 |
| Hex | B3 | 99 | 2B | 0 | F | 4C | 1E | 31 | 3D | 2C |
| Octal | 263 | 231 | 53 | 0 | 17 | 114 | 36 | 61 | 75 | 54 |
| Binary | 10110011 | 10011001 | 101011 | 0 | 1111 | 1001100 | 11110 | 110001 | 111101 | 101100 |
Color Harmonies of #B3992B
Complementary color
Monochromatic Colors of #B3992B
Black with #B3992B
Text Example
Text Example
White with #B3992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3992B; }
p { color: rgb(179,153,43); }
H1.HeaderClassName
{
color: #B3992B;
}
.AnyTagClassName
{
color: #B3992B;
}
</style>
background-color css
<style>
a { background-color: #B3992B; }
a { background-color: rgb(179,153,43); }
div.DivClassName
{
background-color: #B3992B;
}
.BgClassName
{
background-color: #B3992B;
}
</style>
border-color css
<style>
span { border-color: #B3992B; }
span { border-color: rgb(179,153,43); }
td.TdClassName
{
border-color: #B3992B;
}
.TagClassName
{
border-color: #B3992B;
}
</style>