Shades of Sahara #B69C2E
Tints of Sahara #B69C2E
RGB
CMYK
RGB Variations
Color information
#B69C2E (or 0xB69C2E) is known color: Sahara. HEX triplet: B6, 9C and 2E. RGB value is (182,156,46). Sum of RGB (Red+Green+Blue) = 182+156+46=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C2E is #4963D1. Grayscale: #979797. Windows color (decimal): -4809682 or 3054774. OLE color: 3054774.
HSL color Cylindrical-coordinate representation of color #B69C2E: hue angle of 48.53º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B69C2E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 46 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.29 |
| HSL | 48.53º | 0.6% | 0.45% | - |
| HSV(B) | 48.53º | 0.75% | 0.71% | - |
| XYZ | 31.67 | 33.92 | 7.46 | - |
| YUV | 151.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 46 | 0 | 0.14 | 0.75 | 0.29 | 48.53 | 0.6 | 0.45 |
| Hex | B6 | 9C | 2E | 0 | E | 4B | 1D | 31 | 3C | 2D |
| Octal | 266 | 234 | 56 | 0 | 16 | 113 | 35 | 61 | 74 | 55 |
| Binary | 10110110 | 10011100 | 101110 | 0 | 1110 | 1001011 | 11101 | 110001 | 111100 | 101101 |
Color Harmonies of #B69C2E
Complementary color
Monochromatic Colors of #B69C2E
Black with #B69C2E
Text Example
Text Example
White with #B69C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C2E; }
p { color: rgb(182,156,46); }
H1.HeaderClassName
{
color: #B69C2E;
}
.AnyTagClassName
{
color: #B69C2E;
}
</style>
background-color css
<style>
a { background-color: #B69C2E; }
a { background-color: rgb(182,156,46); }
div.DivClassName
{
background-color: #B69C2E;
}
.BgClassName
{
background-color: #B69C2E;
}
</style>
border-color css
<style>
span { border-color: #B69C2E; }
span { border-color: rgb(182,156,46); }
td.TdClassName
{
border-color: #B69C2E;
}
.TagClassName
{
border-color: #B69C2E;
}
</style>