Shades of Sahara #B09C27
Tints of Sahara #B09C27
RGB
CMYK
RGB Variations
Color information
#B09C27 (or 0xB09C27) is known color: Sahara. HEX triplet: B0, 9C and 27. RGB value is (176,156,39). Sum of RGB (Red+Green+Blue) = 176+156+39=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C27 is #4F63D8. Grayscale: #959595. Windows color (decimal): -5202905 or 2596016. OLE color: 2596016.
HSL color Cylindrical-coordinate representation of color #B09C27: hue angle of 51.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B09C27 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 39 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.31 |
| HSL | 51.24º | 0.64% | 0.42% | - |
| HSV(B) | 51.24º | 0.78% | 0.69% | - |
| XYZ | 30.16 | 33.15 | 6.73 | - |
| YUV | 148.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 39 | 0 | 0.11 | 0.78 | 0.31 | 51.24 | 0.64 | 0.42 |
| Hex | B0 | 9C | 27 | 0 | B | 4E | 1F | 33 | 40 | 2A |
| Octal | 260 | 234 | 47 | 0 | 13 | 116 | 37 | 63 | 100 | 52 |
| Binary | 10110000 | 10011100 | 100111 | 0 | 1011 | 1001110 | 11111 | 110011 | 1000000 | 101010 |
Color Harmonies of #B09C27
Complementary color
Monochromatic Colors of #B09C27
Black with #B09C27
Text Example
Text Example
White with #B09C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C27; }
p { color: rgb(176,156,39); }
H1.HeaderClassName
{
color: #B09C27;
}
.AnyTagClassName
{
color: #B09C27;
}
</style>
background-color css
<style>
a { background-color: #B09C27; }
a { background-color: rgb(176,156,39); }
div.DivClassName
{
background-color: #B09C27;
}
.BgClassName
{
background-color: #B09C27;
}
</style>
border-color css
<style>
span { border-color: #B09C27; }
span { border-color: rgb(176,156,39); }
td.TdClassName
{
border-color: #B09C27;
}
.TagClassName
{
border-color: #B09C27;
}
</style>