Html Css Color HEX #B3A119 Lucky

📋 copy color: '#B3A119'

red 179 ◦ green 161 ◦ blue 25

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

Shades of Lucky #B3A119

Tints of Lucky #B3A119

RGB

 RED value IS 179 (70.31% from 255) = 49.04%

 GREEN value IS 161 (63.28% from 255) = 44.11%

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

R = 49.04%
G = 44.11%
B = 6.85%

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

#B3A119 (or 0xB3A119) is known color: Lucky. HEX triplet: B3, A1 and 19. RGB value is (179,161,25). Sum of RGB (Red+Green+Blue) = 179+161+25=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A119 is #4C5EE6. Grayscale: #979797. Windows color (decimal): -5005031 or 1679795. OLE color: 1679795.

HSL color Cylindrical-coordinate representation of color #B3A119: hue angle of 52.99º 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 #B3A119 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 161 25 -
CMYK 0 0.10 0.86 0.30
HSL 52.99º 0.75% 0.4% -
HSV(B) 52.99º 0.86% 0.7% -
XYZ 31.51 35.14 6.04 -
YUV 150.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 179 161 25 0 0.10 0.86 0.30 52.99 0.75 0.4
Hex B3 A1 19 0 A 56 1E 35 4B 28
Octal 263 241 31 0 12 126 36 65 113 50
Binary 10110011 10100001 11001 0 1010 1010110 11110 110101 1001011 101000

Color Harmonies of #B3A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A119

Black with #B3A119

Text Example


Text Example

White with #B3A119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A119; }

 p { color: rgb(179,161,25); }

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

background-color css

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

 a { background-color: rgb(179,161,25); }

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

border-color css

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

 span { border-color: rgb(179,161,25); }

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