Html Css Color HEX #B2A105 Lucky

📋 copy color: '#B2A105'

red 178 ◦ green 161 ◦ blue 5

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

Shades of Lucky #B2A105

Tints of Lucky #B2A105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.8%

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

R = 51.74%
G = 46.8%
B = 1.45%

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

#B2A105 (or 0xB2A105) is known color: Lucky. HEX triplet: B2, A1 and 05. RGB value is (178,161,5). Sum of RGB (Red+Green+Blue) = 178+161+5=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A105 is #4D5EFA. Grayscale: #949494. Windows color (decimal): -5070587 or 369074. OLE color: 369074.

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

Color convert

RGB 178 161 5 -
CMYK 0 0.10 0.97 0.30
HSL 54.1º 0.95% 0.36% -
HSV(B) 54.1º 0.97% 0.7% -
XYZ 31.13 34.97 5.25 -
YUV 148.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 178 161 5 0 0.10 0.97 0.30 54.1 0.95 0.36
Hex B2 A1 5 0 A 61 1E 36 5F 24
Octal 262 241 5 0 12 141 36 66 137 44
Binary 10110010 10100001 101 0 1010 1100001 11110 110110 1011111 100100

Color Harmonies of #B2A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A105

Black with #B2A105

Text Example


Text Example

White with #B2A105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A105; }

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

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

background-color css

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

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

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

border-color css

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

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

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