#B19C00

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

Shades of Lucky #B19C00

Tints of Lucky #B19C00

Color information

#B19C00 (or 0xB19C00) is unknown color: approx Lucky. HEX triplet: B1, 9C and 00. RGB value is (177,156,0). Sum of RGB (Red+Green+Blue) = 177+156+0=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C00 is #4E63FF. Grayscale: #919191. Windows color (decimal): -5137408 or 40113. OLE color: 40113.

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

Color convert

RGB1771560-
CMYK00.1210.31
HSL52.88º100%34.71%-
HSV(B)52.88º100%69.41%-
XYZ30.0233.124.81-
YUV144.4946.46151.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.15%
G=46.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177156000.1210.3152.8810034.71
HexB19C00C641F356423
Octal2612340014144376514443
Binary10110001100111000011001100100111111101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C00; }

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

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

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

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

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

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

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

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