#B19B0C

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

Shades of Lucky #B19B0C

Tints of Lucky #B19B0C

Color information

#B19B0C (or 0xB19B0C) is unknown color: approx Lucky. HEX triplet: B1, 9B and 0C. RGB value is (177,155,12). Sum of RGB (Red+Green+Blue) = 177+155+12=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19B0C is #4E64F3. Grayscale: #919191. Windows color (decimal): -5137652 or 826289. OLE color: 826289.

HSL color Cylindrical-coordinate representation of color #B19B0C: hue angle of 52º 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 #B19B0C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17715512-
CMYK00.120.930.31
HSL52º87.3%37.06%-
HSV(B)52º93.22%69.41%-
XYZ29.9232.825.11-
YUV145.2852.79150.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 12 (5.08% from 255) = 3.49%
R=51.45%
G=45.06%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771551200.120.930.315287.337.06
HexB19BC0C5D1F345725
Octal26123314014135376412745
Binary10110001100110111100011001011101111111101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B0C; }

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

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

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

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

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

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

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

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