Shades of Lucky #B4A30F
Tints of Lucky #B4A30F
RGB
CMYK
RGB Variations
Color information
#B4A30F (or 0xB4A30F) is known color: Lucky. HEX triplet: B4, A3 and 0F. RGB value is (180,163,15). Sum of RGB (Red+Green+Blue) = 180+163+15=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A30F is #4B5CF0. Grayscale: #979797. Windows color (decimal): -4938993 or 1024948. OLE color: 1024948.
HSL color Cylindrical-coordinate representation of color #B4A30F: hue angle of 53.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4A30F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.29 |
| HSL | 53.82º | 0.85% | 0.38% | - |
| HSV(B) | 53.82º | 0.92% | 0.71% | - |
| XYZ | 32.01 | 35.93 | 5.7 | - |
| YUV | 151.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 15 | 0 | 0.09 | 0.92 | 0.29 | 53.82 | 0.85 | 0.38 |
| Hex | B4 | A3 | F | 0 | 9 | 5C | 1D | 36 | 55 | 26 |
| Octal | 264 | 243 | 17 | 0 | 11 | 134 | 35 | 66 | 125 | 46 |
| Binary | 10110100 | 10100011 | 1111 | 0 | 1001 | 1011100 | 11101 | 110110 | 1010101 | 100110 |
Color Harmonies of #B4A30F
Complementary color
Monochromatic Colors of #B4A30F
Black with #B4A30F
Text Example
Text Example
White with #B4A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A30F; }
p { color: rgb(180,163,15); }
H1.HeaderClassName
{
color: #B4A30F;
}
.AnyTagClassName
{
color: #B4A30F;
}
</style>
background-color css
<style>
a { background-color: #B4A30F; }
a { background-color: rgb(180,163,15); }
div.DivClassName
{
background-color: #B4A30F;
}
.BgClassName
{
background-color: #B4A30F;
}
</style>
border-color css
<style>
span { border-color: #B4A30F; }
span { border-color: rgb(180,163,15); }
td.TdClassName
{
border-color: #B4A30F;
}
.TagClassName
{
border-color: #B4A30F;
}
</style>