#b19a0c

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

Shades of Lucky #B19A0C

Tints of Lucky #B19A0C

Color information

#B19A0C (or 0xB19A0C) is unknown color: approx Lucky. HEX triplet: B1, 9A and 0C. RGB value is (177,154,12). Sum of RGB (Red+Green+Blue) = 177+154+12=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A0C is #4E65F3. Grayscale: #919191. Windows color (decimal): -5137908 or 826033. OLE color: 826033.

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

Color convert

RGB17715412-
CMYK00.130.930.31
HSL51.64º87.3%37.06%-
HSV(B)51.64º93.22%69.41%-
XYZ29.7532.485.05-
YUV144.6953.12151.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=51.60%
G=44.90%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771541200.130.930.3151.6487.337.06
HexB19AC0D5D1F345725
Octal26123214015135376412745
Binary10110001100110101100011011011101111111101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b19a0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b19a0c; }

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

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

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

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

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

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

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

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