Html Css Color HEX #B2A019 Lucky

📋 copy color: '#B2A019'

red 178 ◦ green 160 ◦ blue 25

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

Shades of Lucky #B2A019

Tints of Lucky #B2A019

RGB

 RED value IS 178 (69.92% from 255) = 49.04%

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

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

R = 49.04%
G = 44.08%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B2A019 (or 0xB2A019) is known color: Lucky. HEX triplet: B2, A0 and 19. RGB value is (178,160,25). Sum of RGB (Red+Green+Blue) = 178+160+25=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A019 is #4D5FE6. Grayscale: #969696. Windows color (decimal): -5070823 or 1679538. OLE color: 1679538.

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

Color convert

RGB 178 160 25 -
CMYK 0 0.10 0.86 0.30
HSL 52.94º 0.75% 0.4% -
HSV(B) 52.94º 0.86% 0.7% -
XYZ 31.11 34.68 5.97 -
YUV 149.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 178 160 25 0 0.10 0.86 0.30 52.94 0.75 0.4
Hex B2 A0 19 0 A 56 1E 35 4B 28
Octal 262 240 31 0 12 126 36 65 113 50
Binary 10110010 10100000 11001 0 1010 1010110 11110 110101 1001011 101000

Color Harmonies of #B2A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A019

Black with #B2A019

Text Example


Text Example

White with #B2A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A019; }

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

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

background-color css

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

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

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

border-color css

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

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

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