Html Css Color HEX #B3A410 Lucky

📋 copy color: '#B3A410'

red 179 ◦ green 164 ◦ blue 16

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

Shades of Lucky #B3A410

Tints of Lucky #B3A410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 49.86%
G = 45.68%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B3A410 (or 0xB3A410) is known color: Lucky. HEX triplet: B3, A4 and 10. RGB value is (179,164,16). Sum of RGB (Red+Green+Blue) = 179+164+16=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A410 is #4C5BEF. Grayscale: #989898. Windows color (decimal): -5004272 or 1090739. OLE color: 1090739.

HSL color Cylindrical-coordinate representation of color #B3A410: hue angle of 54.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3A410 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 164 16 -
CMYK 0 0.08 0.91 0.30
HSL 54.48º 0.84% 0.38% -
HSV(B) 54.48º 0.91% 0.7% -
XYZ 31.96 36.17 5.79 -
YUV 151.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 179 164 16 0 0.08 0.91 0.30 54.48 0.84 0.38
Hex B3 A4 10 0 8 5B 1E 36 54 26
Octal 263 244 20 0 10 133 36 66 124 46
Binary 10110011 10100100 10000 0 1000 1011011 11110 110110 1010100 100110

Color Harmonies of #B3A410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A410

Black with #B3A410

Text Example


Text Example

White with #B3A410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A410; }

 p { color: rgb(179,164,16); }

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

background-color css

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

 a { background-color: rgb(179,164,16); }

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

border-color css

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

 span { border-color: rgb(179,164,16); }

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