Html Css Color HEX #B19918 Lucky

📋 copy color: '#B19918'

red 177 ◦ green 153 ◦ blue 24

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

Shades of Lucky #B19918

Tints of Lucky #B19918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 50%
G = 43.22%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B19918 (or 0xB19918) is known color: Lucky. HEX triplet: B1, 99 and 18. RGB value is (177,153,24). Sum of RGB (Red+Green+Blue) = 177+153+24=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B19918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19918 is #4E66E7. Grayscale: #929292. Windows color (decimal): -5138152 or 1612209. OLE color: 1612209.

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

Color convert

RGB 177 153 24 -
CMYK 0 0.14 0.86 0.31
HSL 50.59º 0.76% 0.39% -
HSV(B) 50.59º 0.86% 0.69% -
XYZ 29.69 32.2 5.51 -
YUV 145.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 177 153 24 0 0.14 0.86 0.31 50.59 0.76 0.39
Hex B1 99 18 0 E 56 1F 33 4C 27
Octal 261 231 30 0 16 126 37 63 114 47
Binary 10110001 10011001 11000 0 1110 1010110 11111 110011 1001100 100111

Color Harmonies of #B19918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19918

Black with #B19918

Text Example


Text Example

White with #B19918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19918; }

 p { color: rgb(177,153,24); }

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

background-color css

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

 a { background-color: rgb(177,153,24); }

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

border-color css

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

 span { border-color: rgb(177,153,24); }

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