Html Css Color HEX #B2A013 Lucky

📋 copy color: '#B2A013'

red 178 ◦ green 160 ◦ blue 19

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

Shades of Lucky #B2A013

Tints of Lucky #B2A013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 49.86%
G = 44.82%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B2A013 (or 0xB2A013) is known color: Lucky. HEX triplet: B2, A0 and 13. RGB value is (178,160,19). Sum of RGB (Red+Green+Blue) = 178+160+19=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A013 is #4D5FEC. Grayscale: #959595. Windows color (decimal): -5070829 or 1286322. OLE color: 1286322.

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

Color convert

RGB 178 160 19 -
CMYK 0 0.10 0.89 0.30
HSL 53.21º 0.81% 0.39% -
HSV(B) 53.21º 0.89% 0.7% -
XYZ 31.05 34.65 5.67 -
YUV 149.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 178 160 19 0 0.10 0.89 0.30 53.21 0.81 0.39
Hex B2 A0 13 0 A 59 1E 35 51 27
Octal 262 240 23 0 12 131 36 65 121 47
Binary 10110010 10100000 10011 0 1010 1011001 11110 110101 1010001 100111

Color Harmonies of #B2A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A013

Black with #B2A013

Text Example


Text Example

White with #B2A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A013; }

 p { color: rgb(178,160,19); }

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

background-color css

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

 a { background-color: rgb(178,160,19); }

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

border-color css

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

 span { border-color: rgb(178,160,19); }

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