Shades of Lucky #B09A1D
Tints of Lucky #B09A1D
RGB
CMYK
RGB Variations
Color information
#B09A1D (or 0xB09A1D) is known color: Lucky. HEX triplet: B0, 9A and 1D. RGB value is (176,154,29). Sum of RGB (Red+Green+Blue) = 176+154+29=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A1D is #4F65E2. Grayscale: #929292. Windows color (decimal): -5203427 or 1940144. OLE color: 1940144.
HSL color Cylindrical-coordinate representation of color #B09A1D: hue angle of 51.02º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B09A1D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 29 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.31 |
| HSL | 51.02º | 0.72% | 0.4% | - |
| HSV(B) | 51.02º | 0.84% | 0.69% | - |
| XYZ | 29.68 | 32.43 | 5.86 | - |
| YUV | 146.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 29 | 0 | 0.12 | 0.84 | 0.31 | 51.02 | 0.72 | 0.4 |
| Hex | B0 | 9A | 1D | 0 | C | 54 | 1F | 33 | 48 | 28 |
| Octal | 260 | 232 | 35 | 0 | 14 | 124 | 37 | 63 | 110 | 50 |
| Binary | 10110000 | 10011010 | 11101 | 0 | 1100 | 1010100 | 11111 | 110011 | 1001000 | 101000 |
Color Harmonies of #B09A1D
Complementary color
Monochromatic Colors of #B09A1D
Black with #B09A1D
Text Example
Text Example
White with #B09A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A1D; }
p { color: rgb(176,154,29); }
H1.HeaderClassName
{
color: #B09A1D;
}
.AnyTagClassName
{
color: #B09A1D;
}
</style>
background-color css
<style>
a { background-color: #B09A1D; }
a { background-color: rgb(176,154,29); }
div.DivClassName
{
background-color: #B09A1D;
}
.BgClassName
{
background-color: #B09A1D;
}
</style>
border-color css
<style>
span { border-color: #B09A1D; }
span { border-color: rgb(176,154,29); }
td.TdClassName
{
border-color: #B09A1D;
}
.TagClassName
{
border-color: #B09A1D;
}
</style>