Shades of Lucky #B09C0A
Tints of Lucky #B09C0A
RGB
CMYK
RGB Variations
Color information
#B09C0A (or 0xB09C0A) is known color: Lucky. HEX triplet: B0, 9C and 0A. RGB value is (176,156,10). Sum of RGB (Red+Green+Blue) = 176+156+10=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C0A is #4F63F5. Grayscale: #919191. Windows color (decimal): -5202934 or 695472. OLE color: 695472.
HSL color Cylindrical-coordinate representation of color #B09C0A: hue angle of 52.77º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B09C0A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 10 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.31 |
| HSL | 52.77º | 0.89% | 0.36% | - |
| HSV(B) | 52.77º | 0.94% | 0.69% | - |
| XYZ | 29.85 | 33.03 | 5.09 | - |
| YUV | 145.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 10 | 0 | 0.11 | 0.94 | 0.31 | 52.77 | 0.89 | 0.36 |
| Hex | B0 | 9C | A | 0 | B | 5E | 1F | 35 | 59 | 24 |
| Octal | 260 | 234 | 12 | 0 | 13 | 136 | 37 | 65 | 131 | 44 |
| Binary | 10110000 | 10011100 | 1010 | 0 | 1011 | 1011110 | 11111 | 110101 | 1011001 | 100100 |
Color Harmonies of #B09C0A
Complementary color
Monochromatic Colors of #B09C0A
Black with #B09C0A
Text Example
Text Example
White with #B09C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C0A; }
p { color: rgb(176,156,10); }
H1.HeaderClassName
{
color: #B09C0A;
}
.AnyTagClassName
{
color: #B09C0A;
}
</style>
background-color css
<style>
a { background-color: #B09C0A; }
a { background-color: rgb(176,156,10); }
div.DivClassName
{
background-color: #B09C0A;
}
.BgClassName
{
background-color: #B09C0A;
}
</style>
border-color css
<style>
span { border-color: #B09C0A; }
span { border-color: rgb(176,156,10); }
td.TdClassName
{
border-color: #B09C0A;
}
.TagClassName
{
border-color: #B09C0A;
}
</style>