#B09A1E

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

Shades of Lucky #B09A1E

Tints of Lucky #B09A1E

Color information

#B09A1E (or 0xB09A1E) is unknown color: approx Lucky. HEX triplet: B0, 9A and 1E. RGB value is (176,154,30). Sum of RGB (Red+Green+Blue) = 176+154+30=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A1E is #4F65E1. Grayscale: #929292. Windows color (decimal): -5203426 or 2005680. OLE color: 2005680.

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

Color convert

RGB17615430-
CMYK00.120.830.31
HSL50.96º70.87%40.39%-
HSV(B)50.96º82.95%69.02%-
XYZ29.6932.445.92-
YUV146.4462.29149.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=48.89%
G=42.78%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761543000.120.830.3150.9670.8740.39
HexB09A1E0C531F334728
Octal26023236014123376310750
Binary101100001001101011110011001010011111111100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A1E; }

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

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

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

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

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

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

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

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