Shades of Lucky #B09903
Tints of Lucky #B09903
RGB
CMYK
RGB Variations
Color information
#B09903 (or 0xB09903) is known color: Lucky. HEX triplet: B0, 99 and 03. RGB value is (176,153,3). Sum of RGB (Red+Green+Blue) = 176+153+3=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B09903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09903 is #4F66FC. Grayscale: #8F8F8F. Windows color (decimal): -5203709 or 235952. OLE color: 235952.
HSL color Cylindrical-coordinate representation of color #B09903: hue angle of 52.02º 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 #B09903 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.31 |
| HSL | 52.02º | 0.97% | 0.35% | - |
| HSV(B) | 52.02º | 0.98% | 0.69% | - |
| XYZ | 29.31 | 32.02 | 4.72 | - |
| YUV | 142.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 3 | 0 | 0.13 | 0.98 | 0.31 | 52.02 | 0.97 | 0.35 |
| Hex | B0 | 99 | 3 | 0 | D | 62 | 1F | 34 | 61 | 23 |
| Octal | 260 | 231 | 3 | 0 | 15 | 142 | 37 | 64 | 141 | 43 |
| Binary | 10110000 | 10011001 | 11 | 0 | 1101 | 1100010 | 11111 | 110100 | 1100001 | 100011 |
Color Harmonies of #B09903
Complementary color
Monochromatic Colors of #B09903
Black with #B09903
Text Example
Text Example
White with #B09903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09903; }
p { color: rgb(176,153,3); }
H1.HeaderClassName
{
color: #B09903;
}
.AnyTagClassName
{
color: #B09903;
}
</style>
background-color css
<style>
a { background-color: #B09903; }
a { background-color: rgb(176,153,3); }
div.DivClassName
{
background-color: #B09903;
}
.BgClassName
{
background-color: #B09903;
}
</style>
border-color css
<style>
span { border-color: #B09903; }
span { border-color: rgb(176,153,3); }
td.TdClassName
{
border-color: #B09903;
}
.TagClassName
{
border-color: #B09903;
}
</style>