Shades of Sahara #B09630
Tints of Sahara #B09630
RGB
CMYK
RGB Variations
Color information
#B09630 (or 0xB09630) is known color: Sahara. HEX triplet: B0, 96 and 30. RGB value is (176,150,48). Sum of RGB (Red+Green+Blue) = 176+150+48=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B09630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09630 is #4F69CF. Grayscale: #929292. Windows color (decimal): -5204432 or 3184304. OLE color: 3184304.
HSL color Cylindrical-coordinate representation of color #B09630: hue angle of 47.81º 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 #B09630 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 48 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.31 |
| HSL | 47.81º | 0.57% | 0.44% | - |
| HSV(B) | 47.81º | 0.73% | 0.69% | - |
| XYZ | 29.34 | 31.26 | 7.28 | - |
| YUV | 146.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 48 | 0 | 0.15 | 0.73 | 0.31 | 47.81 | 0.57 | 0.44 |
| Hex | B0 | 96 | 30 | 0 | F | 49 | 1F | 30 | 39 | 2C |
| Octal | 260 | 226 | 60 | 0 | 17 | 111 | 37 | 60 | 71 | 54 |
| Binary | 10110000 | 10010110 | 110000 | 0 | 1111 | 1001001 | 11111 | 110000 | 111001 | 101100 |
Color Harmonies of #B09630
Complementary color
Monochromatic Colors of #B09630
Black with #B09630
Text Example
Text Example
White with #B09630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09630; }
p { color: rgb(176,150,48); }
H1.HeaderClassName
{
color: #B09630;
}
.AnyTagClassName
{
color: #B09630;
}
</style>
background-color css
<style>
a { background-color: #B09630; }
a { background-color: rgb(176,150,48); }
div.DivClassName
{
background-color: #B09630;
}
.BgClassName
{
background-color: #B09630;
}
</style>
border-color css
<style>
span { border-color: #B09630; }
span { border-color: rgb(176,150,48); }
td.TdClassName
{
border-color: #B09630;
}
.TagClassName
{
border-color: #B09630;
}
</style>