#B0A307

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

Shades of Lucky #B0A307

Tints of Lucky #B0A307

Color information

#B0A307 (or 0xB0A307) is unknown color: approx Lucky. HEX triplet: B0, A3 and 07. RGB value is (176,163,7). Sum of RGB (Red+Green+Blue) = 176+163+7=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A307 is #4F5CF8. Grayscale: #959595. Windows color (decimal): -5201145 or 500656. OLE color: 500656.

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

Color convert

RGB1761637-
CMYK00.070.960.31
HSL55.38º92.35%35.88%-
HSV(B)55.38º96.02%69.02%-
XYZ31.0435.445.41-
YUV149.147.81147.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 7 (3.12% from 255) = 2.02%
R=50.87%
G=47.11%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176163700.070.960.3155.3892.3535.88
HexB0A3707601F375c24
Octal260243707140376713444
Binary101100001010001111101111100000111111101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A307; }

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

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

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

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

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

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

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

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