#B09A16

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

Shades of Lucky #B09A16

Tints of Lucky #B09A16

Color information

#B09A16 (or 0xB09A16) is unknown color: approx Lucky. HEX triplet: B0, 9A and 16. RGB value is (176,154,22). Sum of RGB (Red+Green+Blue) = 176+154+22=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09A16 is #4F65E9. Grayscale: #929292. Windows color (decimal): -5203434 or 1481392. OLE color: 1481392.

HSL color Cylindrical-coordinate representation of color #B09A16: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B09A16 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17615422-
CMYK00.120.880.31
HSL51.43º77.78%38.82%-
HSV(B)51.43º87.5%69.02%-
XYZ29.632.45.45-
YUV145.5358.29149.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 22 (8.98% from 255) = 6.25%
R=50%
G=43.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761542200.120.880.3151.4377.7838.82
HexB09A160C581F334e27
Octal26023226014130376311647
Binary101100001001101010110011001011000111111100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A16; }

 p { color: rgb(176,154,22); }

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

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

 a { background-color: rgb(176,154,22); }

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

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

 span { border-color: rgb(176,154,22); }

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