Html Css Color HEX #B1A019 Lucky

📋 copy color: '#B1A019'

red 177 ◦ green 160 ◦ blue 25

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

Shades of Lucky #B1A019

Tints of Lucky #B1A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 48.9%
G = 44.2%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B1A019 (or 0xB1A019) is known color: Lucky. HEX triplet: B1, A0 and 19. RGB value is (177,160,25). Sum of RGB (Red+Green+Blue) = 177+160+25=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A019 is #4E5FE6. Grayscale: #969696. Windows color (decimal): -5136359 or 1679537. OLE color: 1679537.

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

Color convert

RGB 177 160 25 -
CMYK 0 0.10 0.86 0.31
HSL 53.29º 0.75% 0.4% -
HSV(B) 53.29º 0.86% 0.69% -
XYZ 30.88 34.56 5.96 -
YUV 149.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 177 160 25 0 0.10 0.86 0.31 53.29 0.75 0.4
Hex B1 A0 19 0 A 56 1F 35 4B 28
Octal 261 240 31 0 12 126 37 65 113 50
Binary 10110001 10100000 11001 0 1010 1010110 11111 110101 1001011 101000

Color Harmonies of #B1A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A019

Black with #B1A019

Text Example


Text Example

White with #B1A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A019; }

 p { color: rgb(177,160,25); }

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

background-color css

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

 a { background-color: rgb(177,160,25); }

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

border-color css

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

 span { border-color: rgb(177,160,25); }

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