Shades of Lucky #B09414
Tints of Lucky #B09414
RGB
CMYK
RGB Variations
Color information
#B09414 (or 0xB09414) is known color: Lucky. HEX triplet: B0, 94 and 14. RGB value is (176,148,20). Sum of RGB (Red+Green+Blue) = 176+148+20=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B09414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09414 is #4F6BEB. Grayscale: #8E8E8E. Windows color (decimal): -5204972 or 1348784. OLE color: 1348784.
HSL color Cylindrical-coordinate representation of color #B09414: hue angle of 49.23º 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 #B09414 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 20 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.31 |
| HSL | 49.23º | 0.8% | 0.38% | - |
| HSV(B) | 49.23º | 0.89% | 0.69% | - |
| XYZ | 28.62 | 30.46 | 5.03 | - |
| YUV | 141.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 20 | 0 | 0.16 | 0.89 | 0.31 | 49.23 | 0.8 | 0.38 |
| Hex | B0 | 94 | 14 | 0 | 10 | 59 | 1F | 31 | 50 | 26 |
| Octal | 260 | 224 | 24 | 0 | 20 | 131 | 37 | 61 | 120 | 46 |
| Binary | 10110000 | 10010100 | 10100 | 0 | 10000 | 1011001 | 11111 | 110001 | 1010000 | 100110 |
Color Harmonies of #B09414
Complementary color
Monochromatic Colors of #B09414
Black with #B09414
Text Example
Text Example
White with #B09414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09414; }
p { color: rgb(176,148,20); }
H1.HeaderClassName
{
color: #B09414;
}
.AnyTagClassName
{
color: #B09414;
}
</style>
background-color css
<style>
a { background-color: #B09414; }
a { background-color: rgb(176,148,20); }
div.DivClassName
{
background-color: #B09414;
}
.BgClassName
{
background-color: #B09414;
}
</style>
border-color css
<style>
span { border-color: #B09414; }
span { border-color: rgb(176,148,20); }
td.TdClassName
{
border-color: #B09414;
}
.TagClassName
{
border-color: #B09414;
}
</style>