Shades of Sahara #B09C33
Tints of Sahara #B09C33
RGB
CMYK
RGB Variations
Color information
#B09C33 (or 0xB09C33) is known color: Sahara. HEX triplet: B0, 9C and 33. RGB value is (176,156,51). Sum of RGB (Red+Green+Blue) = 176+156+51=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C33 is #4F63CC. Grayscale: #969696. Windows color (decimal): -5202893 or 3382448. OLE color: 3382448.
HSL color Cylindrical-coordinate representation of color #B09C33: hue angle of 50.4º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B09C33 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 51 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.31 |
| HSL | 50.4º | 0.55% | 0.45% | - |
| HSV(B) | 50.4º | 0.71% | 0.69% | - |
| XYZ | 30.39 | 33.25 | 7.95 | - |
| YUV | 150.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 51 | 0 | 0.11 | 0.71 | 0.31 | 50.4 | 0.55 | 0.45 |
| Hex | B0 | 9C | 33 | 0 | B | 47 | 1F | 32 | 37 | 2D |
| Octal | 260 | 234 | 63 | 0 | 13 | 107 | 37 | 62 | 67 | 55 |
| Binary | 10110000 | 10011100 | 110011 | 0 | 1011 | 1000111 | 11111 | 110010 | 110111 | 101101 |
Color Harmonies of #B09C33
Complementary color
Monochromatic Colors of #B09C33
Black with #B09C33
Text Example
Text Example
White with #B09C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C33; }
p { color: rgb(176,156,51); }
H1.HeaderClassName
{
color: #B09C33;
}
.AnyTagClassName
{
color: #B09C33;
}
</style>
background-color css
<style>
a { background-color: #B09C33; }
a { background-color: rgb(176,156,51); }
div.DivClassName
{
background-color: #B09C33;
}
.BgClassName
{
background-color: #B09C33;
}
</style>
border-color css
<style>
span { border-color: #B09C33; }
span { border-color: rgb(176,156,51); }
td.TdClassName
{
border-color: #B09C33;
}
.TagClassName
{
border-color: #B09C33;
}
</style>