Html Css Color HEX #B19C10 Lucky

📋 copy color: '#B19C10'

red 177 ◦ green 156 ◦ blue 16

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

Shades of Lucky #B19C10

Tints of Lucky #B19C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 50.72%
G = 44.7%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B19C10 (or 0xB19C10) is known color: Lucky. HEX triplet: B1, 9C and 10. RGB value is (177,156,16). Sum of RGB (Red+Green+Blue) = 177+156+16=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C10 is #4E63EF. Grayscale: #929292. Windows color (decimal): -5137392 or 1088689. OLE color: 1088689.

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

Color convert

RGB 177 156 16 -
CMYK 0 0.12 0.91 0.31
HSL 52.17º 0.83% 0.38% -
HSV(B) 52.17º 0.91% 0.69% -
XYZ 30.11 33.16 5.3 -
YUV 146.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 177 156 16 0 0.12 0.91 0.31 52.17 0.83 0.38
Hex B1 9C 10 0 C 5B 1F 34 53 26
Octal 261 234 20 0 14 133 37 64 123 46
Binary 10110001 10011100 10000 0 1100 1011011 11111 110100 1010011 100110

Color Harmonies of #B19C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C10

Black with #B19C10

Text Example


Text Example

White with #B19C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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