#B0A314

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

Shades of Lucky #B0A314

Tints of Lucky #B0A314

Color information

#B0A314 (or 0xB0A314) is unknown color: approx Lucky. HEX triplet: B0, A3 and 14. RGB value is (176,163,20). Sum of RGB (Red+Green+Blue) = 176+163+20=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A314 is #4F5CEB. Grayscale: #979797. Windows color (decimal): -5201132 or 1352624. OLE color: 1352624.

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

Color convert

RGB17616320-
CMYK00.070.890.31
HSL55º79.59%38.43%-
HSV(B)55º88.64%69.02%-
XYZ31.1335.485.87-
YUV150.5854.31146.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=49.03%
G=45.40%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761632000.070.890.315579.5938.43
HexB0A31407591F375026
Octal2602432407131376712046
Binary10110000101000111010001111011001111111101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A314; }

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

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

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

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

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

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

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

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