#B0A305

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

Shades of Lucky #B0A305

Tints of Lucky #B0A305

Color information

#B0A305 (or 0xB0A305) is unknown color: approx Lucky. HEX triplet: B0, A3 and 05. RGB value is (176,163,5). Sum of RGB (Red+Green+Blue) = 176+163+5=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A305 is #4F5CFA. Grayscale: #959595. Windows color (decimal): -5201147 or 369584. OLE color: 369584.

HSL color Cylindrical-coordinate representation of color #B0A305: hue angle of 55.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0A305 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1761635-
CMYK00.070.970.31
HSL55.44º94.48%35.49%-
HSV(B)55.44º97.16%69.02%-
XYZ31.0335.445.35-
YUV148.8846.81147.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=51.16%
G=47.38%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176163500.070.970.3155.4494.4835.49
HexB0A3507611F375e23
Octal260243507141376713643
Binary101100001010001110101111100001111111101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A305; }

 p { color: rgb(176,163,5); }

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

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

 a { background-color: rgb(176,163,5); }

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

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

 span { border-color: rgb(176,163,5); }

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