#B0A207

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

Shades of Lucky #B0A207

Tints of Lucky #B0A207

Color information

#B0A207 (or 0xB0A207) is unknown color: approx Lucky. HEX triplet: B0, A2 and 07. RGB value is (176,162,7). Sum of RGB (Red+Green+Blue) = 176+162+7=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A207 is #4F5DF8. Grayscale: #959595. Windows color (decimal): -5201401 or 500400. OLE color: 500400.

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

Color convert

RGB1761627-
CMYK00.080.960.31
HSL55.03º92.35%35.88%-
HSV(B)55.03º96.02%69.02%-
XYZ30.8635.095.35-
YUV148.5248.14147.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 7 (3.12% from 255) = 2.03%
R=51.01%
G=46.96%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176162700.080.960.3155.0392.3535.88
HexB0A2708601F375c24
Octal2602427010140376713444
Binary1011000010100010111010001100000111111101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A207; }

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

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

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

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

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

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

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

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