Html Css Color HEX #B19C1C Lucky

📋 copy color: '#B19C1C'

red 177 ◦ green 156 ◦ blue 28

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

Shades of Lucky #B19C1C

Tints of Lucky #B19C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 49.03%
G = 43.21%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B19C1C (or 0xB19C1C) is known color: Lucky. HEX triplet: B1, 9C and 1C. RGB value is (177,156,28). Sum of RGB (Red+Green+Blue) = 177+156+28=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C1C is #4E63E3. Grayscale: #949494. Windows color (decimal): -5137380 or 1875121. OLE color: 1875121.

HSL color Cylindrical-coordinate representation of color #B19C1C: hue angle of 51.54º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B19C1C is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 28 -
CMYK 0 0.12 0.84 0.31
HSL 51.54º 0.73% 0.4% -
HSV(B) 51.54º 0.84% 0.69% -
XYZ 30.23 33.21 5.92 -
YUV 147.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 177 156 28 0 0.12 0.84 0.31 51.54 0.73 0.4
Hex B1 9C 1C 0 C 54 1F 34 49 28
Octal 261 234 34 0 14 124 37 64 111 50
Binary 10110001 10011100 11100 0 1100 1010100 11111 110100 1001001 101000

Color Harmonies of #B19C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C1C

Black with #B19C1C

Text Example


Text Example

White with #B19C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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