Shades of Lucky #B09A03
Tints of Lucky #B09A03
RGB
CMYK
RGB Variations
Color information
#B09A03 (or 0xB09A03) is known color: Lucky. HEX triplet: B0, 9A and 03. RGB value is (176,154,3). Sum of RGB (Red+Green+Blue) = 176+154+3=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09A03 is #4F65FC. Grayscale: #8F8F8F. Windows color (decimal): -5203453 or 236208. OLE color: 236208.
HSL color Cylindrical-coordinate representation of color #B09A03: hue angle of 52.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B09A03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.31 |
| HSL | 52.37º | 0.97% | 0.35% | - |
| HSV(B) | 52.37º | 0.98% | 0.69% | - |
| XYZ | 29.48 | 32.35 | 4.78 | - |
| YUV | 143.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 3 | 0 | 0.12 | 0.98 | 0.31 | 52.37 | 0.97 | 0.35 |
| Hex | B0 | 9A | 3 | 0 | C | 62 | 1F | 34 | 61 | 23 |
| Octal | 260 | 232 | 3 | 0 | 14 | 142 | 37 | 64 | 141 | 43 |
| Binary | 10110000 | 10011010 | 11 | 0 | 1100 | 1100010 | 11111 | 110100 | 1100001 | 100011 |
Color Harmonies of #B09A03
Complementary color
Monochromatic Colors of #B09A03
Black with #B09A03
Text Example
Text Example
White with #B09A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A03; }
p { color: rgb(176,154,3); }
H1.HeaderClassName
{
color: #B09A03;
}
.AnyTagClassName
{
color: #B09A03;
}
</style>
background-color css
<style>
a { background-color: #B09A03; }
a { background-color: rgb(176,154,3); }
div.DivClassName
{
background-color: #B09A03;
}
.BgClassName
{
background-color: #B09A03;
}
</style>
border-color css
<style>
span { border-color: #B09A03; }
span { border-color: rgb(176,154,3); }
td.TdClassName
{
border-color: #B09A03;
}
.TagClassName
{
border-color: #B09A03;
}
</style>