Shades of Lucky #B09A1C
Tints of Lucky #B09A1C
RGB
CMYK
RGB Variations
Color information
#B09A1C (or 0xB09A1C) is known color: Lucky. HEX triplet: B0, 9A and 1C. RGB value is (176,154,28). Sum of RGB (Red+Green+Blue) = 176+154+28=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A1C is #4F65E3. Grayscale: #929292. Windows color (decimal): -5203428 or 1874608. OLE color: 1874608.
HSL color Cylindrical-coordinate representation of color #B09A1C: hue angle of 51.08º degrees, saturation: 0.73, 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 #B09A1C is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 28 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.31 |
| HSL | 51.08º | 0.73% | 0.4% | - |
| HSV(B) | 51.08º | 0.84% | 0.69% | - |
| XYZ | 29.67 | 32.43 | 5.79 | - |
| YUV | 146.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 28 | 0 | 0.12 | 0.84 | 0.31 | 51.08 | 0.73 | 0.4 |
| Hex | B0 | 9A | 1C | 0 | C | 54 | 1F | 33 | 49 | 28 |
| Octal | 260 | 232 | 34 | 0 | 14 | 124 | 37 | 63 | 111 | 50 |
| Binary | 10110000 | 10011010 | 11100 | 0 | 1100 | 1010100 | 11111 | 110011 | 1001001 | 101000 |
Color Harmonies of #B09A1C
Complementary color
Monochromatic Colors of #B09A1C
Black with #B09A1C
Text Example
Text Example
White with #B09A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A1C; }
p { color: rgb(176,154,28); }
H1.HeaderClassName
{
color: #B09A1C;
}
.AnyTagClassName
{
color: #B09A1C;
}
</style>
background-color css
<style>
a { background-color: #B09A1C; }
a { background-color: rgb(176,154,28); }
div.DivClassName
{
background-color: #B09A1C;
}
.BgClassName
{
background-color: #B09A1C;
}
</style>
border-color css
<style>
span { border-color: #B09A1C; }
span { border-color: rgb(176,154,28); }
td.TdClassName
{
border-color: #B09A1C;
}
.TagClassName
{
border-color: #B09A1C;
}
</style>