#B4A50C

Color #B4A50C Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #B4A50C

Tints of Lucky #B4A50C

Color information

#B4A50C (or 0xB4A50C) is unknown color: approx Lucky. HEX triplet: B4, A5 and 0C. RGB value is (180,165,12). Sum of RGB (Red+Green+Blue) = 180+165+12=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A50C is #4B5AF3. Grayscale: #989898. Windows color (decimal): -4938484 or 828852. OLE color: 828852.

HSL color Cylindrical-coordinate representation of color #B4A50C: hue angle of 54.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4A50C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18016512-
CMYK00.080.930.29
HSL54.64º87.5%37.65%-
HSV(B)54.64º93.33%70.59%-
XYZ32.3436.645.72-
YUV152.0448.97147.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 12 (5.08% from 255) = 3.36%
R=50.42%
G=46.22%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801651200.080.930.2954.6487.537.65
HexB4A5C085D1D375826
Octal26424514010135356713046
Binary10110100101001011100010001011101111011101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A50C; }

 p { color: rgb(180,165,12); }

 H1.HeaderClassName
 {
   color: #B4A50C;
 }
 .AnyTagClassName
 {
   color: #B4A50C;
 }
</style>
background-color css

<style>
 a { background-color: #B4A50C; }

 a { background-color: rgb(180,165,12); }

 div.DivClassName
 {
   background-color: #B4A50C;
 }
 .BgClassName
 {
   background-color: #B4A50C;
 }
</style>
border-color css

<style>
 span { border-color: #B4A50C; }

 span { border-color: rgb(180,165,12); }

 td.TdClassName
 {
   border-color: #B4A50C;
 }
 .TagClassName
 {
   border-color: #B4A50C;
 }
</style>