Html Css Color HEX #B2A115 Lucky

📋 copy color: '#B2A115'

red 178 ◦ green 161 ◦ blue 21

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

Shades of Lucky #B2A115

Tints of Lucky #B2A115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 49.44%
G = 44.72%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B2A115 (or 0xB2A115) is known color: Lucky. HEX triplet: B2, A1 and 15. RGB value is (178,161,21). Sum of RGB (Red+Green+Blue) = 178+161+21=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A115 is #4D5EEA. Grayscale: #969696. Windows color (decimal): -5070571 or 1417650. OLE color: 1417650.

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

Color convert

RGB 178 161 21 -
CMYK 0 0.10 0.88 0.30
HSL 53.5º 0.79% 0.39% -
HSV(B) 53.5º 0.88% 0.7% -
XYZ 31.24 35.01 5.82 -
YUV 150.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 178 161 21 0 0.10 0.88 0.30 53.5 0.79 0.39
Hex B2 A1 15 0 A 58 1E 36 4F 27
Octal 262 241 25 0 12 130 36 66 117 47
Binary 10110010 10100001 10101 0 1010 1011000 11110 110110 1001111 100111

Color Harmonies of #B2A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A115

Black with #B2A115

Text Example


Text Example

White with #B2A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A115; }

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

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

background-color css

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

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

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

border-color css

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

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

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