Html Css Color HEX #B19C1E Lucky

📋 copy color: '#B19C1E'

red 177 ◦ green 156 ◦ blue 30

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

Shades of Lucky #B19C1E

Tints of Lucky #B19C1E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

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

R = 48.76%
G = 42.98%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B19C1E (or 0xB19C1E) is known color: Lucky. HEX triplet: B1, 9C and 1E. RGB value is (177,156,30). Sum of RGB (Red+Green+Blue) = 177+156+30=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C1E is #4E63E1. Grayscale: #949494. Windows color (decimal): -5137378 or 2006193. OLE color: 2006193.

HSL color Cylindrical-coordinate representation of color #B19C1E: hue angle of 51.43º 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 #B19C1E is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 30 -
CMYK 0 0.12 0.83 0.31
HSL 51.43º 0.71% 0.41% -
HSV(B) 51.43º 0.83% 0.69% -
XYZ 30.25 33.22 6.05 -
YUV 147.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 177 156 30 0 0.12 0.83 0.31 51.43 0.71 0.41
Hex B1 9C 1E 0 C 53 1F 33 47 29
Octal 261 234 36 0 14 123 37 63 107 51
Binary 10110001 10011100 11110 0 1100 1010011 11111 110011 1000111 101001

Color Harmonies of #B19C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C1E

Black with #B19C1E

Text Example


Text Example

White with #B19C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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