#B19A0F

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

Shades of Lucky #B19A0F

Tints of Lucky #B19A0F

Color information

#B19A0F (or 0xB19A0F) is unknown color: approx Lucky. HEX triplet: B1, 9A and 0F. RGB value is (177,154,15). Sum of RGB (Red+Green+Blue) = 177+154+15=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A0F is #4E65F0. Grayscale: #919191. Windows color (decimal): -5137905 or 1022641. OLE color: 1022641.

HSL color Cylindrical-coordinate representation of color #B19A0F: hue angle of 51.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B19A0F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB17715415-
CMYK00.130.920.31
HSL51.48º84.38%37.65%-
HSV(B)51.48º91.53%69.41%-
XYZ29.7732.495.15-
YUV145.0354.62150.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 154 (60.55% from 255) = 44.51%
BLUE value IS 15 (6.25% from 255) = 4.34%
R=51.16%
G=44.51%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771541500.130.920.3151.4884.3837.65
HexB19AF0D5C1F335426
Octal26123217015134376312446
Binary10110001100110101111011011011100111111100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A0F; }

 p { color: rgb(177,154,15); }

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

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

 a { background-color: rgb(177,154,15); }

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

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

 span { border-color: rgb(177,154,15); }

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