#B0A019

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

Shades of Lucky #B0A019

Tints of Lucky #B0A019

Color information

#B0A019 (or 0xB0A019) is unknown color: approx Lucky. HEX triplet: B0, A0 and 19. RGB value is (176,160,25). Sum of RGB (Red+Green+Blue) = 176+160+25=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A019 is #4F5FE6. Grayscale: #959595. Windows color (decimal): -5201895 or 1679536. OLE color: 1679536.

HSL color Cylindrical-coordinate representation of color #B0A019: hue angle of 53.64º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0A019 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17616025-
CMYK00.090.860.31
HSL53.64º75.12%39.41%-
HSV(B)53.64º85.8%69.02%-
XYZ30.6534.445.95-
YUV149.3957.8146.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 25 (10.16% from 255) = 6.93%
R=48.75%
G=44.32%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761602500.090.860.3153.6475.1239.41
HexB0A01909561F364b27
Octal26024031011126376611347
Binary101100001010000011001010011010110111111101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A019; }

 p { color: rgb(176,160,25); }

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

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

 a { background-color: rgb(176,160,25); }

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

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

 span { border-color: rgb(176,160,25); }

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