Shades of Sahara #B69A30
Tints of Sahara #B69A30
RGB
CMYK
RGB Variations
Color information
#B69A30 (or 0xB69A30) is known color: Sahara. HEX triplet: B6, 9A and 30. RGB value is (182,154,48). Sum of RGB (Red+Green+Blue) = 182+154+48=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A30 is #4965CF. Grayscale: #969696. Windows color (decimal): -4810192 or 3185334. OLE color: 3185334.
HSL color Cylindrical-coordinate representation of color #B69A30: hue angle of 47.46º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B69A30 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 154 | 48 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.29 |
| HSL | 47.46º | 0.58% | 0.45% | - |
| HSV(B) | 47.46º | 0.74% | 0.71% | - |
| XYZ | 31.38 | 33.27 | 7.56 | - |
| YUV | 150.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 48 | 0 | 0.15 | 0.74 | 0.29 | 47.46 | 0.58 | 0.45 |
| Hex | B6 | 9A | 30 | 0 | F | 4A | 1D | 2F | 3A | 2D |
| Octal | 266 | 232 | 60 | 0 | 17 | 112 | 35 | 57 | 72 | 55 |
| Binary | 10110110 | 10011010 | 110000 | 0 | 1111 | 1001010 | 11101 | 101111 | 111010 | 101101 |
Color Harmonies of #B69A30
Complementary color
Monochromatic Colors of #B69A30
Black with #B69A30
Text Example
Text Example
White with #B69A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69A30; }
p { color: rgb(182,154,48); }
H1.HeaderClassName
{
color: #B69A30;
}
.AnyTagClassName
{
color: #B69A30;
}
</style>
background-color css
<style>
a { background-color: #B69A30; }
a { background-color: rgb(182,154,48); }
div.DivClassName
{
background-color: #B69A30;
}
.BgClassName
{
background-color: #B69A30;
}
</style>
border-color css
<style>
span { border-color: #B69A30; }
span { border-color: rgb(182,154,48); }
td.TdClassName
{
border-color: #B69A30;
}
.TagClassName
{
border-color: #B69A30;
}
</style>