Html Css Color HEX #B2A010 Lucky

📋 copy color: '#B2A010'

red 178 ◦ green 160 ◦ blue 16

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

Shades of Lucky #B2A010

Tints of Lucky #B2A010

RGB

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

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

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

R = 50.28%
G = 45.2%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B2A010 (or 0xB2A010) is known color: Lucky. HEX triplet: B2, A0 and 10. RGB value is (178,160,16). Sum of RGB (Red+Green+Blue) = 178+160+16=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A010 is #4D5FEF. Grayscale: #959595. Windows color (decimal): -5070832 or 1089714. OLE color: 1089714.

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

Color convert

RGB 178 160 16 -
CMYK 0 0.10 0.91 0.30
HSL 53.33º 0.84% 0.38% -
HSV(B) 53.33º 0.91% 0.7% -
XYZ 31.02 34.64 5.54 -
YUV 148.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 178 160 16 0 0.10 0.91 0.30 53.33 0.84 0.38
Hex B2 A0 10 0 A 5B 1E 35 54 26
Octal 262 240 20 0 12 133 36 65 124 46
Binary 10110010 10100000 10000 0 1010 1011011 11110 110101 1010100 100110

Color Harmonies of #B2A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A010

Black with #B2A010

Text Example


Text Example

White with #B2A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A010; }

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

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

background-color css

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

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

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

border-color css

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

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

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