#B0A009

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

Shades of Lucky #B0A009

Tints of Lucky #B0A009

Color information

#B0A009 (or 0xB0A009) is unknown color: approx Lucky. HEX triplet: B0, A0 and 09. RGB value is (176,160,9). Sum of RGB (Red+Green+Blue) = 176+160+9=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A009 is #4F5FF6. Grayscale: #949494. Windows color (decimal): -5201911 or 630960. OLE color: 630960.

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

Color convert

RGB1761609-
CMYK00.090.950.31
HSL54.25º90.27%36.27%-
HSV(B)54.25º94.89%69.02%-
XYZ30.5234.395.29-
YUV147.5749.8148.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 9 (3.91% from 255) = 2.61%
R=51.01%
G=46.38%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176160900.090.950.3154.2590.2736.27
HexB0A09095F1F365a24
Octal26024011011137376613244
Binary10110000101000001001010011011111111111101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A009; }

 p { color: rgb(176,160,9); }

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

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

 a { background-color: rgb(176,160,9); }

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

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

 span { border-color: rgb(176,160,9); }

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