Shades of Sahara #BBA130
Tints of Sahara #BBA130
RGB
CMYK
RGB Variations
Color information
#BBA130 (or 0xBBA130) is known color: Sahara. HEX triplet: BB, A1 and 30. RGB value is (187,161,48). Sum of RGB (Red+Green+Blue) = 187+161+48=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA130 is #445ECF. Grayscale: #9C9C9C. Windows color (decimal): -4480720 or 3187131. OLE color: 3187131.
HSL color Cylindrical-coordinate representation of color #BBA130: hue angle of 48.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBA130 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 48 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.27 |
| HSL | 48.78º | 0.59% | 0.46% | - |
| HSV(B) | 48.78º | 0.74% | 0.73% | - |
| XYZ | 33.77 | 36.27 | 8.02 | - |
| YUV | 155.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 48 | 0 | 0.14 | 0.74 | 0.27 | 48.78 | 0.59 | 0.46 |
| Hex | BB | A1 | 30 | 0 | E | 4A | 1B | 31 | 3B | 2E |
| Octal | 273 | 241 | 60 | 0 | 16 | 112 | 33 | 61 | 73 | 56 |
| Binary | 10111011 | 10100001 | 110000 | 0 | 1110 | 1001010 | 11011 | 110001 | 111011 | 101110 |
Color Harmonies of #BBA130
Complementary color
Monochromatic Colors of #BBA130
Black with #BBA130
Text Example
Text Example
White with #BBA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA130; }
p { color: rgb(187,161,48); }
H1.HeaderClassName
{
color: #BBA130;
}
.AnyTagClassName
{
color: #BBA130;
}
</style>
background-color css
<style>
a { background-color: #BBA130; }
a { background-color: rgb(187,161,48); }
div.DivClassName
{
background-color: #BBA130;
}
.BgClassName
{
background-color: #BBA130;
}
</style>
border-color css
<style>
span { border-color: #BBA130; }
span { border-color: rgb(187,161,48); }
td.TdClassName
{
border-color: #BBA130;
}
.TagClassName
{
border-color: #BBA130;
}
</style>