Shades of Sahara #B69C31
Tints of Sahara #B69C31
RGB
CMYK
RGB Variations
Color information
#B69C31 (or 0xB69C31) is known color: Sahara. HEX triplet: B6, 9C and 31. RGB value is (182,156,49). Sum of RGB (Red+Green+Blue) = 182+156+49=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C31 is #4963CE. Grayscale: #989898. Windows color (decimal): -4809679 or 3251382. OLE color: 3251382.
HSL color Cylindrical-coordinate representation of color #B69C31: hue angle of 48.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B69C31 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 49 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.29 |
| HSL | 48.27º | 0.58% | 0.45% | - |
| HSV(B) | 48.27º | 0.73% | 0.71% | - |
| XYZ | 31.73 | 33.94 | 7.78 | - |
| YUV | 151.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 49 | 0 | 0.14 | 0.73 | 0.29 | 48.27 | 0.58 | 0.45 |
| Hex | B6 | 9C | 31 | 0 | E | 49 | 1D | 30 | 3A | 2D |
| Octal | 266 | 234 | 61 | 0 | 16 | 111 | 35 | 60 | 72 | 55 |
| Binary | 10110110 | 10011100 | 110001 | 0 | 1110 | 1001001 | 11101 | 110000 | 111010 | 101101 |
Color Harmonies of #B69C31
Complementary color
Monochromatic Colors of #B69C31
Black with #B69C31
Text Example
Text Example
White with #B69C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C31; }
p { color: rgb(182,156,49); }
H1.HeaderClassName
{
color: #B69C31;
}
.AnyTagClassName
{
color: #B69C31;
}
</style>
background-color css
<style>
a { background-color: #B69C31; }
a { background-color: rgb(182,156,49); }
div.DivClassName
{
background-color: #B69C31;
}
.BgClassName
{
background-color: #B69C31;
}
</style>
border-color css
<style>
span { border-color: #B69C31; }
span { border-color: rgb(182,156,49); }
td.TdClassName
{
border-color: #B69C31;
}
.TagClassName
{
border-color: #B69C31;
}
</style>