Html Css Color HEX #B19C11 Lucky

📋 copy color: '#B19C11'

red 177 ◦ green 156 ◦ blue 17

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

Shades of Lucky #B19C11

Tints of Lucky #B19C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 50.57%
G = 44.57%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B19C11 (or 0xB19C11) is known color: Lucky. HEX triplet: B1, 9C and 11. RGB value is (177,156,17). Sum of RGB (Red+Green+Blue) = 177+156+17=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C11 is #4E63EE. Grayscale: #939393. Windows color (decimal): -5137391 or 1154225. OLE color: 1154225.

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

Color convert

RGB 177 156 17 -
CMYK 0 0.12 0.90 0.31
HSL 52.13º 0.82% 0.38% -
HSV(B) 52.13º 0.9% 0.69% -
XYZ 30.12 33.16 5.34 -
YUV 146.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 177 156 17 0 0.12 0.90 0.31 52.13 0.82 0.38
Hex B1 9C 11 0 C 5A 1F 34 52 26
Octal 261 234 21 0 14 132 37 64 122 46
Binary 10110001 10011100 10001 0 1100 1011010 11111 110100 1010010 100110

Color Harmonies of #B19C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C11

Black with #B19C11

Text Example


Text Example

White with #B19C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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