#B19820

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

Shades of Lucky #B19820

Tints of Lucky #B19820

Color information

#B19820 (or 0xB19820) is unknown color: approx Lucky. HEX triplet: B1, 98 and 20. RGB value is (177,152,32). Sum of RGB (Red+Green+Blue) = 177+152+32=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B19820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19820 is #4E67DF. Grayscale: #929292. Windows color (decimal): -5138400 or 2136241. OLE color: 2136241.

HSL color Cylindrical-coordinate representation of color #B19820: hue angle of 49.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B19820 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17715232-
CMYK00.140.820.31
HSL49.66º69.38%40.98%-
HSV(B)49.66º81.92%69.41%-
XYZ29.6231.915.96-
YUV145.7963.78150.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 32 (12.89% from 255) = 8.86%
R=49.03%
G=42.11%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771523200.140.820.3149.6669.3840.98
HexB198200E521F324529
Octal26123040016122376210551
Binary1011000110011000100000011101010010111111100101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19820; }

 p { color: rgb(177,152,32); }

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

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

 a { background-color: rgb(177,152,32); }

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

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

 span { border-color: rgb(177,152,32); }

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