Html Css Color HEX #B19416 Lucky

📋 copy color: '#B19416'

red 177 ◦ green 148 ◦ blue 22

#B19416
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #B19416

Tints of Lucky #B19416

RGB

 RED value IS 177 (69.53% from 255) = 51.01%

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 51.01%
G = 42.65%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B19416 (or 0xB19416) is known color: Lucky. HEX triplet: B1, 94 and 16. RGB value is (177,148,22). Sum of RGB (Red+Green+Blue) = 177+148+22=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B19416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19416 is #4E6BE9. Grayscale: #8E8E8E. Windows color (decimal): -5139434 or 1479857. OLE color: 1479857.

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

Color convert

RGB 177 148 22 -
CMYK 0 0.16 0.88 0.31
HSL 48.77º 0.78% 0.39% -
HSV(B) 48.77º 0.88% 0.69% -
XYZ 28.87 30.58 5.14 -
YUV 142.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 177 148 22 0 0.16 0.88 0.31 48.77 0.78 0.39
Hex B1 94 16 0 10 58 1F 31 4E 27
Octal 261 224 26 0 20 130 37 61 116 47
Binary 10110001 10010100 10110 0 10000 1011000 11111 110001 1001110 100111

Color Harmonies of #B19416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19416

Black with #B19416

Text Example


Text Example

White with #B19416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19416; }

 p { color: rgb(177,148,22); }

 H1.HeaderClassName
 {
   color: #B19416;
 }
 .AnyTagClassName
 {
   color: #B19416;
 }
</style>

background-color css

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

 a { background-color: rgb(177,148,22); }

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

border-color css

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

 span { border-color: rgb(177,148,22); }

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