Html Css Color HEX #B2A314 Lucky

📋 copy color: '#B2A314'

red 178 ◦ green 163 ◦ blue 20

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

Shades of Lucky #B2A314

Tints of Lucky #B2A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.15%

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

R = 49.31%
G = 45.15%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B2A314 (or 0xB2A314) is known color: Lucky. HEX triplet: B2, A3 and 14. RGB value is (178,163,20). Sum of RGB (Red+Green+Blue) = 178+163+20=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A314 is #4D5CEB. Grayscale: #979797. Windows color (decimal): -5070060 or 1352626. OLE color: 1352626.

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

Color convert

RGB 178 163 20 -
CMYK 0 0.08 0.89 0.30
HSL 54.3º 0.8% 0.39% -
HSV(B) 54.3º 0.89% 0.7% -
XYZ 31.58 35.71 5.89 -
YUV 151.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 178 163 20 0 0.08 0.89 0.30 54.3 0.8 0.39
Hex B2 A3 14 0 8 59 1E 36 50 27
Octal 262 243 24 0 10 131 36 66 120 47
Binary 10110010 10100011 10100 0 1000 1011001 11110 110110 1010000 100111

Color Harmonies of #B2A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A314

Black with #B2A314

Text Example


Text Example

White with #B2A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A314; }

 p { color: rgb(178,163,20); }

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

background-color css

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

 a { background-color: rgb(178,163,20); }

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

border-color css

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

 span { border-color: rgb(178,163,20); }

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