Shades of Sahara #B79D2D
Tints of Sahara #B79D2D
RGB
CMYK
RGB Variations
Color information
#B79D2D (or 0xB79D2D) is known color: Sahara. HEX triplet: B7, 9D and 2D. RGB value is (183,157,45). Sum of RGB (Red+Green+Blue) = 183+157+45=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D2D is #4862D2. Grayscale: #989898. Windows color (decimal): -4743891 or 2989495. OLE color: 2989495.
HSL color Cylindrical-coordinate representation of color #B79D2D: hue angle of 48.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B79D2D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 45 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.28 |
| HSL | 48.7º | 0.61% | 0.45% | - |
| HSV(B) | 48.7º | 0.75% | 0.72% | - |
| XYZ | 32.06 | 34.37 | 7.43 | - |
| YUV | 152.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 45 | 0 | 0.14 | 0.75 | 0.28 | 48.7 | 0.61 | 0.45 |
| Hex | B7 | 9D | 2D | 0 | E | 4B | 1C | 31 | 3D | 2D |
| Octal | 267 | 235 | 55 | 0 | 16 | 113 | 34 | 61 | 75 | 55 |
| Binary | 10110111 | 10011101 | 101101 | 0 | 1110 | 1001011 | 11100 | 110001 | 111101 | 101101 |
Color Harmonies of #B79D2D
Complementary color
Monochromatic Colors of #B79D2D
Black with #B79D2D
Text Example
Text Example
White with #B79D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D2D; }
p { color: rgb(183,157,45); }
H1.HeaderClassName
{
color: #B79D2D;
}
.AnyTagClassName
{
color: #B79D2D;
}
</style>
background-color css
<style>
a { background-color: #B79D2D; }
a { background-color: rgb(183,157,45); }
div.DivClassName
{
background-color: #B79D2D;
}
.BgClassName
{
background-color: #B79D2D;
}
</style>
border-color css
<style>
span { border-color: #B79D2D; }
span { border-color: rgb(183,157,45); }
td.TdClassName
{
border-color: #B79D2D;
}
.TagClassName
{
border-color: #B79D2D;
}
</style>