Html Css Color HEX #B3A214 Lucky

📋 copy color: '#B3A214'

red 179 ◦ green 162 ◦ blue 20

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

Shades of Lucky #B3A214

Tints of Lucky #B3A214

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 49.58%
G = 44.88%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B3A214 (or 0xB3A214) is known color: Lucky. HEX triplet: B3, A2 and 14. RGB value is (179,162,20). Sum of RGB (Red+Green+Blue) = 179+162+20=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A214 is #4C5DEB. Grayscale: #979797. Windows color (decimal): -5004780 or 1352371. OLE color: 1352371.

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

Color convert

RGB 179 162 20 -
CMYK 0 0.09 0.89 0.30
HSL 53.58º 0.8% 0.39% -
HSV(B) 53.58º 0.89% 0.7% -
XYZ 31.64 35.47 5.84 -
YUV 150.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 179 162 20 0 0.09 0.89 0.30 53.58 0.8 0.39
Hex B3 A2 14 0 9 59 1E 36 50 27
Octal 263 242 24 0 11 131 36 66 120 47
Binary 10110011 10100010 10100 0 1001 1011001 11110 110110 1010000 100111

Color Harmonies of #B3A214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A214

Black with #B3A214

Text Example


Text Example

White with #B3A214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A214; }

 p { color: rgb(179,162,20); }

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

background-color css

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

 a { background-color: rgb(179,162,20); }

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

border-color css

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

 span { border-color: rgb(179,162,20); }

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