Html Css Color HEX #B3A116 Lucky

📋 copy color: '#B3A116'

red 179 ◦ green 161 ◦ blue 22

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

Shades of Lucky #B3A116

Tints of Lucky #B3A116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 49.45%
G = 44.48%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B3A116 (or 0xB3A116) is known color: Lucky. HEX triplet: B3, A1 and 16. RGB value is (179,161,22). Sum of RGB (Red+Green+Blue) = 179+161+22=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A116 is #4C5EE9. Grayscale: #979797. Windows color (decimal): -5005034 or 1483187. OLE color: 1483187.

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

Color convert

RGB 179 161 22 -
CMYK 0 0.10 0.88 0.30
HSL 53.12º 0.78% 0.39% -
HSV(B) 53.12º 0.88% 0.7% -
XYZ 31.48 35.13 5.88 -
YUV 150.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 179 161 22 0 0.10 0.88 0.30 53.12 0.78 0.39
Hex B3 A1 16 0 A 58 1E 35 4E 27
Octal 263 241 26 0 12 130 36 65 116 47
Binary 10110011 10100001 10110 0 1010 1011000 11110 110101 1001110 100111

Color Harmonies of #B3A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A116

Black with #B3A116

Text Example


Text Example

White with #B3A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A116; }

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

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

background-color css

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

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

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

border-color css

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

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

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