#B19C0B

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

Shades of Lucky #B19C0B

Tints of Lucky #B19C0B

Color information

#B19C0B (or 0xB19C0B) is unknown color: approx Lucky. HEX triplet: B1, 9C and 0B. RGB value is (177,156,11). Sum of RGB (Red+Green+Blue) = 177+156+11=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C0B is #4E63F4. Grayscale: #929292. Windows color (decimal): -5137397 or 761009. OLE color: 761009.

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

Color convert

RGB17715611-
CMYK00.120.940.31
HSL52.41º88.3%36.86%-
HSV(B)52.41º93.79%69.41%-
XYZ30.0833.155.13-
YUV145.7551.96150.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=51.45%
G=45.35%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771561100.120.940.3152.4188.336.86
HexB19CB0C5E1F345825
Octal26123413014136376413045
Binary10110001100111001011011001011110111111101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C0B; }

 p { color: rgb(177,156,11); }

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

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

 a { background-color: rgb(177,156,11); }

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

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

 span { border-color: rgb(177,156,11); }

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