Shades of Sahara #B79D28
Tints of Sahara #B79D28
RGB
CMYK
RGB Variations
Color information
#B79D28 (or 0xB79D28) is known color: Sahara. HEX triplet: B7, 9D and 28. RGB value is (183,157,40). Sum of RGB (Red+Green+Blue) = 183+157+40=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D28 is #4862D7. Grayscale: #979797. Windows color (decimal): -4743896 or 2661815. OLE color: 2661815.
HSL color Cylindrical-coordinate representation of color #B79D28: hue angle of 49.09º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B79D28 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 40 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.28 |
| HSL | 49.09º | 0.64% | 0.44% | - |
| HSV(B) | 49.09º | 0.78% | 0.72% | - |
| XYZ | 31.97 | 34.33 | 6.95 | - |
| YUV | 151.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 40 | 0 | 0.14 | 0.78 | 0.28 | 49.09 | 0.64 | 0.44 |
| Hex | B7 | 9D | 28 | 0 | E | 4E | 1C | 31 | 40 | 2C |
| Octal | 267 | 235 | 50 | 0 | 16 | 116 | 34 | 61 | 100 | 54 |
| Binary | 10110111 | 10011101 | 101000 | 0 | 1110 | 1001110 | 11100 | 110001 | 1000000 | 101100 |
Color Harmonies of #B79D28
Complementary color
Monochromatic Colors of #B79D28
Black with #B79D28
Text Example
Text Example
White with #B79D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D28; }
p { color: rgb(183,157,40); }
H1.HeaderClassName
{
color: #B79D28;
}
.AnyTagClassName
{
color: #B79D28;
}
</style>
background-color css
<style>
a { background-color: #B79D28; }
a { background-color: rgb(183,157,40); }
div.DivClassName
{
background-color: #B79D28;
}
.BgClassName
{
background-color: #B79D28;
}
</style>
border-color css
<style>
span { border-color: #B79D28; }
span { border-color: rgb(183,157,40); }
td.TdClassName
{
border-color: #B79D28;
}
.TagClassName
{
border-color: #B79D28;
}
</style>