Shades of Sahara #B79422
Tints of Sahara #B79422
RGB
CMYK
RGB Variations
Color information
#B79422 (or 0xB79422) is known color: Sahara. HEX triplet: B7, 94 and 22. RGB value is (183,148,34). Sum of RGB (Red+Green+Blue) = 183+148+34=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B79422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79422 is #486BDD. Grayscale: #919191. Windows color (decimal): -4746206 or 2266295. OLE color: 2266295.
HSL color Cylindrical-coordinate representation of color #B79422: hue angle of 45.91º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B79422 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 34 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.28 |
| HSL | 45.91º | 0.69% | 0.43% | - |
| HSV(B) | 45.91º | 0.81% | 0.72% | - |
| XYZ | 30.41 | 31.36 | 5.96 | - |
| YUV | 145.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 34 | 0 | 0.19 | 0.81 | 0.28 | 45.91 | 0.69 | 0.43 |
| Hex | B7 | 94 | 22 | 0 | 13 | 51 | 1C | 2E | 45 | 2B |
| Octal | 267 | 224 | 42 | 0 | 23 | 121 | 34 | 56 | 105 | 53 |
| Binary | 10110111 | 10010100 | 100010 | 0 | 10011 | 1010001 | 11100 | 101110 | 1000101 | 101011 |
Color Harmonies of #B79422
Complementary color
Monochromatic Colors of #B79422
Black with #B79422
Text Example
Text Example
White with #B79422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79422; }
p { color: rgb(183,148,34); }
H1.HeaderClassName
{
color: #B79422;
}
.AnyTagClassName
{
color: #B79422;
}
</style>
background-color css
<style>
a { background-color: #B79422; }
a { background-color: rgb(183,148,34); }
div.DivClassName
{
background-color: #B79422;
}
.BgClassName
{
background-color: #B79422;
}
</style>
border-color css
<style>
span { border-color: #B79422; }
span { border-color: rgb(183,148,34); }
td.TdClassName
{
border-color: #B79422;
}
.TagClassName
{
border-color: #B79422;
}
</style>