Shades of Lucky #B09A1A
Tints of Lucky #B09A1A
RGB
CMYK
RGB Variations
Color information
#B09A1A (or 0xB09A1A) is known color: Lucky. HEX triplet: B0, 9A and 1A. RGB value is (176,154,26). Sum of RGB (Red+Green+Blue) = 176+154+26=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A1A is #4F65E5. Grayscale: #929292. Windows color (decimal): -5203430 or 1743536. OLE color: 1743536.
HSL color Cylindrical-coordinate representation of color #B09A1A: hue angle of 51.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B09A1A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 26 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.31 |
| HSL | 51.2º | 0.74% | 0.4% | - |
| HSV(B) | 51.2º | 0.85% | 0.69% | - |
| XYZ | 29.65 | 32.42 | 5.67 | - |
| YUV | 145.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 26 | 0 | 0.12 | 0.85 | 0.31 | 51.2 | 0.74 | 0.4 |
| Hex | B0 | 9A | 1A | 0 | C | 55 | 1F | 33 | 4A | 28 |
| Octal | 260 | 232 | 32 | 0 | 14 | 125 | 37 | 63 | 112 | 50 |
| Binary | 10110000 | 10011010 | 11010 | 0 | 1100 | 1010101 | 11111 | 110011 | 1001010 | 101000 |
Color Harmonies of #B09A1A
Complementary color
Monochromatic Colors of #B09A1A
Black with #B09A1A
Text Example
Text Example
White with #B09A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A1A; }
p { color: rgb(176,154,26); }
H1.HeaderClassName
{
color: #B09A1A;
}
.AnyTagClassName
{
color: #B09A1A;
}
</style>
background-color css
<style>
a { background-color: #B09A1A; }
a { background-color: rgb(176,154,26); }
div.DivClassName
{
background-color: #B09A1A;
}
.BgClassName
{
background-color: #B09A1A;
}
</style>
border-color css
<style>
span { border-color: #B09A1A; }
span { border-color: rgb(176,154,26); }
td.TdClassName
{
border-color: #B09A1A;
}
.TagClassName
{
border-color: #B09A1A;
}
</style>