Shades of Lucky #B09F20
Tints of Lucky #B09F20
RGB
CMYK
RGB Variations
Color information
#B09F20 (or 0xB09F20) is known color: Lucky. HEX triplet: B0, 9F and 20. RGB value is (176,159,32). Sum of RGB (Red+Green+Blue) = 176+159+32=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F20 is #4F60DF. Grayscale: #969696. Windows color (decimal): -5202144 or 2138032. OLE color: 2138032.
HSL color Cylindrical-coordinate representation of color #B09F20: hue angle of 52.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B09F20 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 32 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.31 |
| HSL | 52.92º | 0.69% | 0.41% | - |
| HSV(B) | 52.92º | 0.82% | 0.69% | - |
| XYZ | 30.56 | 34.13 | 6.34 | - |
| YUV | 149.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 32 | 0 | 0.10 | 0.82 | 0.31 | 52.92 | 0.69 | 0.41 |
| Hex | B0 | 9F | 20 | 0 | A | 52 | 1F | 35 | 45 | 29 |
| Octal | 260 | 237 | 40 | 0 | 12 | 122 | 37 | 65 | 105 | 51 |
| Binary | 10110000 | 10011111 | 100000 | 0 | 1010 | 1010010 | 11111 | 110101 | 1000101 | 101001 |
Color Harmonies of #B09F20
Complementary color
Monochromatic Colors of #B09F20
Black with #B09F20
Text Example
Text Example
White with #B09F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F20; }
p { color: rgb(176,159,32); }
H1.HeaderClassName
{
color: #B09F20;
}
.AnyTagClassName
{
color: #B09F20;
}
</style>
background-color css
<style>
a { background-color: #B09F20; }
a { background-color: rgb(176,159,32); }
div.DivClassName
{
background-color: #B09F20;
}
.BgClassName
{
background-color: #B09F20;
}
</style>
border-color css
<style>
span { border-color: #B09F20; }
span { border-color: rgb(176,159,32); }
td.TdClassName
{
border-color: #B09F20;
}
.TagClassName
{
border-color: #B09F20;
}
</style>