Shades of Sahara #B09A30
Tints of Sahara #B09A30
RGB
CMYK
RGB Variations
Color information
#B09A30 (or 0xB09A30) is known color: Sahara. HEX triplet: B0, 9A and 30. RGB value is (176,154,48). Sum of RGB (Red+Green+Blue) = 176+154+48=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A30 is #4F65CF. Grayscale: #949494. Windows color (decimal): -5203408 or 3185328. OLE color: 3185328.
HSL color Cylindrical-coordinate representation of color #B09A30: hue angle of 49.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B09A30 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 48 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.31 |
| HSL | 49.69º | 0.57% | 0.44% | - |
| HSV(B) | 49.69º | 0.73% | 0.69% | - |
| XYZ | 29.99 | 32.55 | 7.5 | - |
| YUV | 148.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 48 | 0 | 0.12 | 0.73 | 0.31 | 49.69 | 0.57 | 0.44 |
| Hex | B0 | 9A | 30 | 0 | C | 49 | 1F | 32 | 39 | 2C |
| Octal | 260 | 232 | 60 | 0 | 14 | 111 | 37 | 62 | 71 | 54 |
| Binary | 10110000 | 10011010 | 110000 | 0 | 1100 | 1001001 | 11111 | 110010 | 111001 | 101100 |
Color Harmonies of #B09A30
Complementary color
Monochromatic Colors of #B09A30
Black with #B09A30
Text Example
Text Example
White with #B09A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A30; }
p { color: rgb(176,154,48); }
H1.HeaderClassName
{
color: #B09A30;
}
.AnyTagClassName
{
color: #B09A30;
}
</style>
background-color css
<style>
a { background-color: #B09A30; }
a { background-color: rgb(176,154,48); }
div.DivClassName
{
background-color: #B09A30;
}
.BgClassName
{
background-color: #B09A30;
}
</style>
border-color css
<style>
span { border-color: #B09A30; }
span { border-color: rgb(176,154,48); }
td.TdClassName
{
border-color: #B09A30;
}
.TagClassName
{
border-color: #B09A30;
}
</style>