#B0A50D

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

Shades of Lucky #B0A50D

Tints of Lucky #B0A50D

Color information

#B0A50D (or 0xB0A50D) is unknown color: approx Lucky. HEX triplet: B0, A5 and 0D. RGB value is (176,165,13). Sum of RGB (Red+Green+Blue) = 176+165+13=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A50D is #4F5AF2. Grayscale: #979797. Windows color (decimal): -5200627 or 894384. OLE color: 894384.

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

Color convert

RGB17616513-
CMYK00.060.930.31
HSL55.95º86.24%37.06%-
HSV(B)55.95º92.61%69.02%-
XYZ31.4336.175.71-
YUV150.9650.14145.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 13 (5.47% from 255) = 3.67%
R=49.72%
G=46.61%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761651300.060.930.3155.9586.2437.06
HexB0A5D065D1F385625
Octal2602451506135377012645
Binary1011000010100101110101101011101111111110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A50D; }

 p { color: rgb(176,165,13); }

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

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

 a { background-color: rgb(176,165,13); }

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

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

 span { border-color: rgb(176,165,13); }

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