Shades of Lucky #B09D14
Tints of Lucky #B09D14
RGB
CMYK
RGB Variations
Color information
#B09D14 (or 0xB09D14) is known color: Lucky. HEX triplet: B0, 9D and 14. RGB value is (176,157,20). Sum of RGB (Red+Green+Blue) = 176+157+20=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09D14 is #4F62EB. Grayscale: #939393. Windows color (decimal): -5202668 or 1351088. OLE color: 1351088.
HSL color Cylindrical-coordinate representation of color #B09D14: hue angle of 52.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B09D14 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 20 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.31 |
| HSL | 52.69º | 0.8% | 0.38% | - |
| HSV(B) | 52.69º | 0.89% | 0.69% | - |
| XYZ | 30.09 | 33.39 | 5.52 | - |
| YUV | 147.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 20 | 0 | 0.11 | 0.89 | 0.31 | 52.69 | 0.8 | 0.38 |
| Hex | B0 | 9D | 14 | 0 | B | 59 | 1F | 35 | 50 | 26 |
| Octal | 260 | 235 | 24 | 0 | 13 | 131 | 37 | 65 | 120 | 46 |
| Binary | 10110000 | 10011101 | 10100 | 0 | 1011 | 1011001 | 11111 | 110101 | 1010000 | 100110 |
Color Harmonies of #B09D14
Complementary color
Monochromatic Colors of #B09D14
Black with #B09D14
Text Example
Text Example
White with #B09D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D14; }
p { color: rgb(176,157,20); }
H1.HeaderClassName
{
color: #B09D14;
}
.AnyTagClassName
{
color: #B09D14;
}
</style>
background-color css
<style>
a { background-color: #B09D14; }
a { background-color: rgb(176,157,20); }
div.DivClassName
{
background-color: #B09D14;
}
.BgClassName
{
background-color: #B09D14;
}
</style>
border-color css
<style>
span { border-color: #B09D14; }
span { border-color: rgb(176,157,20); }
td.TdClassName
{
border-color: #B09D14;
}
.TagClassName
{
border-color: #B09D14;
}
</style>