Shades of Lucky #B09412
Tints of Lucky #B09412
RGB
CMYK
RGB Variations
Color information
#B09412 (or 0xB09412) is known color: Lucky. HEX triplet: B0, 94 and 12. RGB value is (176,148,18). Sum of RGB (Red+Green+Blue) = 176+148+18=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B09412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09412 is #4F6BED. Grayscale: #8E8E8E. Windows color (decimal): -5204974 or 1217712. OLE color: 1217712.
HSL color Cylindrical-coordinate representation of color #B09412: hue angle of 49.37º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B09412 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 18 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.31 |
| HSL | 49.37º | 0.81% | 0.38% | - |
| HSV(B) | 49.37º | 0.9% | 0.69% | - |
| XYZ | 28.6 | 30.45 | 4.94 | - |
| YUV | 141.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 18 | 0 | 0.16 | 0.90 | 0.31 | 49.37 | 0.81 | 0.38 |
| Hex | B0 | 94 | 12 | 0 | 10 | 5A | 1F | 31 | 51 | 26 |
| Octal | 260 | 224 | 22 | 0 | 20 | 132 | 37 | 61 | 121 | 46 |
| Binary | 10110000 | 10010100 | 10010 | 0 | 10000 | 1011010 | 11111 | 110001 | 1010001 | 100110 |
Color Harmonies of #B09412
Complementary color
Monochromatic Colors of #B09412
Black with #B09412
Text Example
Text Example
White with #B09412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09412; }
p { color: rgb(176,148,18); }
H1.HeaderClassName
{
color: #B09412;
}
.AnyTagClassName
{
color: #B09412;
}
</style>
background-color css
<style>
a { background-color: #B09412; }
a { background-color: rgb(176,148,18); }
div.DivClassName
{
background-color: #B09412;
}
.BgClassName
{
background-color: #B09412;
}
</style>
border-color css
<style>
span { border-color: #B09412; }
span { border-color: rgb(176,148,18); }
td.TdClassName
{
border-color: #B09412;
}
.TagClassName
{
border-color: #B09412;
}
</style>