Html Css Color HEX #B19A1E Lucky

📋 copy color: '#B19A1E'

red 177 ◦ green 154 ◦ blue 30

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

Shades of Lucky #B19A1E

Tints of Lucky #B19A1E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 49.03%
G = 42.66%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B19A1E (or 0xB19A1E) is known color: Lucky. HEX triplet: B1, 9A and 1E. RGB value is (177,154,30). Sum of RGB (Red+Green+Blue) = 177+154+30=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A1E is #4E65E1. Grayscale: #939393. Windows color (decimal): -5137890 or 2005681. OLE color: 2005681.

HSL color Cylindrical-coordinate representation of color #B19A1E: hue angle of 50.61º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B19A1E is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 30 -
CMYK 0 0.13 0.83 0.31
HSL 50.61º 0.71% 0.41% -
HSV(B) 50.61º 0.83% 0.69% -
XYZ 29.92 32.55 5.93 -
YUV 146.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 177 154 30 0 0.13 0.83 0.31 50.61 0.71 0.41
Hex B1 9A 1E 0 D 53 1F 33 47 29
Octal 261 232 36 0 15 123 37 63 107 51
Binary 10110001 10011010 11110 0 1101 1010011 11111 110011 1000111 101001

Color Harmonies of #B19A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A1E

Black with #B19A1E

Text Example


Text Example

White with #B19A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A1E; }

 p { color: rgb(177,154,30); }

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

background-color css

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

 a { background-color: rgb(177,154,30); }

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

border-color css

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

 span { border-color: rgb(177,154,30); }

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