Shades of Lucky #B09A15
Tints of Lucky #B09A15
RGB
CMYK
RGB Variations
Color information
#B09A15 (or 0xB09A15) is known color: Lucky. HEX triplet: B0, 9A and 15. RGB value is (176,154,21). Sum of RGB (Red+Green+Blue) = 176+154+21=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09A15 is #4F65EA. Grayscale: #919191. Windows color (decimal): -5203435 or 1415856. OLE color: 1415856.
HSL color Cylindrical-coordinate representation of color #B09A15: hue angle of 51.48º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B09A15 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 21 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.31 |
| HSL | 51.48º | 0.79% | 0.39% | - |
| HSV(B) | 51.48º | 0.88% | 0.69% | - |
| XYZ | 29.6 | 32.4 | 5.4 | - |
| YUV | 145.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 21 | 0 | 0.12 | 0.88 | 0.31 | 51.48 | 0.79 | 0.39 |
| Hex | B0 | 9A | 15 | 0 | C | 58 | 1F | 33 | 4F | 27 |
| Octal | 260 | 232 | 25 | 0 | 14 | 130 | 37 | 63 | 117 | 47 |
| Binary | 10110000 | 10011010 | 10101 | 0 | 1100 | 1011000 | 11111 | 110011 | 1001111 | 100111 |
Color Harmonies of #B09A15
Complementary color
Monochromatic Colors of #B09A15
Black with #B09A15
Text Example
Text Example
White with #B09A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A15; }
p { color: rgb(176,154,21); }
H1.HeaderClassName
{
color: #B09A15;
}
.AnyTagClassName
{
color: #B09A15;
}
</style>
background-color css
<style>
a { background-color: #B09A15; }
a { background-color: rgb(176,154,21); }
div.DivClassName
{
background-color: #B09A15;
}
.BgClassName
{
background-color: #B09A15;
}
</style>
border-color css
<style>
span { border-color: #B09A15; }
span { border-color: rgb(176,154,21); }
td.TdClassName
{
border-color: #B09A15;
}
.TagClassName
{
border-color: #B09A15;
}
</style>