Html Css Color HEX #B2A113 Lucky

📋 copy color: '#B2A113'

red 178 ◦ green 161 ◦ blue 19

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

Shades of Lucky #B2A113

Tints of Lucky #B2A113

RGB

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

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

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

R = 49.72%
G = 44.97%
B = 5.31%

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

#B2A113 (or 0xB2A113) is known color: Lucky. HEX triplet: B2, A1 and 13. RGB value is (178,161,19). Sum of RGB (Red+Green+Blue) = 178+161+19=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A113 is #4D5EEC. Grayscale: #969696. Windows color (decimal): -5070573 or 1286578. OLE color: 1286578.

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

Color convert

RGB 178 161 19 -
CMYK 0 0.10 0.89 0.30
HSL 53.58º 0.81% 0.39% -
HSV(B) 53.58º 0.89% 0.7% -
XYZ 31.22 35 5.73 -
YUV 149.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 178 161 19 0 0.10 0.89 0.30 53.58 0.81 0.39
Hex B2 A1 13 0 A 59 1E 36 51 27
Octal 262 241 23 0 12 131 36 66 121 47
Binary 10110010 10100001 10011 0 1010 1011001 11110 110110 1010001 100111

Color Harmonies of #B2A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A113

Black with #B2A113

Text Example


Text Example

White with #B2A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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