Html Css Color HEX #B19C0E Lucky

📋 copy color: '#B19C0E'

red 177 ◦ green 156 ◦ blue 14

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

Shades of Lucky #B19C0E

Tints of Lucky #B19C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 51.01%
G = 44.96%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B19C0E (or 0xB19C0E) is known color: Lucky. HEX triplet: B1, 9C and 0E. RGB value is (177,156,14). Sum of RGB (Red+Green+Blue) = 177+156+14=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C0E is #4E63F1. Grayscale: #929292. Windows color (decimal): -5137394 or 957617. OLE color: 957617.

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

Color convert

RGB 177 156 14 -
CMYK 0 0.12 0.92 0.31
HSL 52.27º 0.85% 0.37% -
HSV(B) 52.27º 0.92% 0.69% -
XYZ 30.1 33.16 5.23 -
YUV 146.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 177 156 14 0 0.12 0.92 0.31 52.27 0.85 0.37
Hex B1 9C E 0 C 5C 1F 34 55 25
Octal 261 234 16 0 14 134 37 64 125 45
Binary 10110001 10011100 1110 0 1100 1011100 11111 110100 1010101 100101

Color Harmonies of #B19C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C0E

Black with #B19C0E

Text Example


Text Example

White with #B19C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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