#B0A514

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

Shades of Lucky #B0A514

Tints of Lucky #B0A514

Color information

#B0A514 (or 0xB0A514) is unknown color: approx Lucky. HEX triplet: B0, A5 and 14. RGB value is (176,165,20). Sum of RGB (Red+Green+Blue) = 176+165+20=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A514 is #4F5AEB. Grayscale: #989898. Windows color (decimal): -5200620 or 1353136. OLE color: 1353136.

HSL color Cylindrical-coordinate representation of color #B0A514: hue angle of 55.77º 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 #B0A514 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17616520-
CMYK00.060.890.31
HSL55.77º79.59%38.43%-
HSV(B)55.77º88.64%69.02%-
XYZ31.4936.195.99-
YUV151.7653.64145.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 20 (8.20% from 255) = 5.54%
R=48.75%
G=45.71%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761652000.060.890.3155.7779.5938.43
HexB0A51406591F385026
Octal2602452406131377012046
Binary10110000101001011010001101011001111111110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A514; }

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

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

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

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

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

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

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

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