Html Css Color HEX #B19F0C Lucky

📋 copy color: '#B19F0C'

red 177 ◦ green 159 ◦ blue 12

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

Shades of Lucky #B19F0C

Tints of Lucky #B19F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 50.86%
G = 45.69%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B19F0C (or 0xB19F0C) is known color: Lucky. HEX triplet: B1, 9F and 0C. RGB value is (177,159,12). Sum of RGB (Red+Green+Blue) = 177+159+12=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19F0C is #4E60F3. Grayscale: #949494. Windows color (decimal): -5136628 or 827313. OLE color: 827313.

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

Color convert

RGB 177 159 12 -
CMYK 0 0.10 0.93 0.31
HSL 53.45º 0.87% 0.37% -
HSV(B) 53.45º 0.93% 0.69% -
XYZ 30.6 34.17 5.33 -
YUV 147.62 51.46 148.95 -
System Red Green Blue C M Y K H S L
Decimal 177 159 12 0 0.10 0.93 0.31 53.45 0.87 0.37
Hex B1 9F C 0 A 5D 1F 35 57 25
Octal 261 237 14 0 12 135 37 65 127 45
Binary 10110001 10011111 1100 0 1010 1011101 11111 110101 1010111 100101

Color Harmonies of #B19F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F0C

Black with #B19F0C

Text Example


Text Example

White with #B19F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F0C; }

 p { color: rgb(177,159,12); }

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

background-color css

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

 a { background-color: rgb(177,159,12); }

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

border-color css

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

 span { border-color: rgb(177,159,12); }

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