Html Css Color HEX #B2A005 Lucky

📋 copy color: '#B2A005'

red 178 ◦ green 160 ◦ blue 5

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

Shades of Lucky #B2A005

Tints of Lucky #B2A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 51.9%
G = 46.65%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B2A005 (or 0xB2A005) is known color: Lucky. HEX triplet: B2, A0 and 05. RGB value is (178,160,5). Sum of RGB (Red+Green+Blue) = 178+160+5=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A005 is #4D5FFA. Grayscale: #949494. Windows color (decimal): -5070843 or 368818. OLE color: 368818.

HSL color Cylindrical-coordinate representation of color #B2A005: hue angle of 53.76º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2A005 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 5 -
CMYK 0 0.10 0.97 0.30
HSL 53.76º 0.95% 0.36% -
HSV(B) 53.76º 0.97% 0.7% -
XYZ 30.96 34.62 5.19 -
YUV 147.71 47.46 149.6 -
System Red Green Blue C M Y K H S L
Decimal 178 160 5 0 0.10 0.97 0.30 53.76 0.95 0.36
Hex B2 A0 5 0 A 61 1E 36 5F 24
Octal 262 240 5 0 12 141 36 66 137 44
Binary 10110010 10100000 101 0 1010 1100001 11110 110110 1011111 100100

Color Harmonies of #B2A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A005

Black with #B2A005

Text Example


Text Example

White with #B2A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A005; }

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

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

background-color css

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

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

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

border-color css

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

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

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