Shades of Lucky #B09014
Tints of Lucky #B09014
RGB
CMYK
RGB Variations
Color information
#B09014 (or 0xB09014) is known color: Lucky. HEX triplet: B0, 90 and 14. RGB value is (176,144,20). Sum of RGB (Red+Green+Blue) = 176+144+20=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B09014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09014 is #4F6FEB. Grayscale: #8B8B8B. Windows color (decimal): -5205996 or 1347760. OLE color: 1347760.
HSL color Cylindrical-coordinate representation of color #B09014: hue angle of 47.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 #B09014 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 20 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.31 |
| HSL | 47.69º | 0.8% | 0.38% | - |
| HSV(B) | 47.69º | 0.89% | 0.69% | - |
| XYZ | 28 | 29.23 | 4.83 | - |
| YUV | 139.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 20 | 0 | 0.18 | 0.89 | 0.31 | 47.69 | 0.8 | 0.38 |
| Hex | B0 | 90 | 14 | 0 | 12 | 59 | 1F | 30 | 50 | 26 |
| Octal | 260 | 220 | 24 | 0 | 22 | 131 | 37 | 60 | 120 | 46 |
| Binary | 10110000 | 10010000 | 10100 | 0 | 10010 | 1011001 | 11111 | 110000 | 1010000 | 100110 |
Color Harmonies of #B09014
Complementary color
Monochromatic Colors of #B09014
Black with #B09014
Text Example
Text Example
White with #B09014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09014; }
p { color: rgb(176,144,20); }
H1.HeaderClassName
{
color: #B09014;
}
.AnyTagClassName
{
color: #B09014;
}
</style>
background-color css
<style>
a { background-color: #B09014; }
a { background-color: rgb(176,144,20); }
div.DivClassName
{
background-color: #B09014;
}
.BgClassName
{
background-color: #B09014;
}
</style>
border-color css
<style>
span { border-color: #B09014; }
span { border-color: rgb(176,144,20); }
td.TdClassName
{
border-color: #B09014;
}
.TagClassName
{
border-color: #B09014;
}
</style>