Html Css Color HEX #B3A112 Lucky

📋 copy color: '#B3A112'

red 179 ◦ green 161 ◦ blue 18

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

Shades of Lucky #B3A112

Tints of Lucky #B3A112

RGB

 RED value IS 179 (70.31% from 255) = 50%

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 50%
G = 44.97%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B3A112 (or 0xB3A112) is known color: Lucky. HEX triplet: B3, A1 and 12. RGB value is (179,161,18). Sum of RGB (Red+Green+Blue) = 179+161+18=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A112 is #4C5EED. Grayscale: #969696. Windows color (decimal): -5005038 or 1221043. OLE color: 1221043.

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

Color convert

RGB 179 161 18 -
CMYK 0 0.10 0.90 0.30
HSL 53.29º 0.82% 0.39% -
HSV(B) 53.29º 0.9% 0.7% -
XYZ 31.44 35.12 5.69 -
YUV 150.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 179 161 18 0 0.10 0.90 0.30 53.29 0.82 0.39
Hex B3 A1 12 0 A 5A 1E 35 52 27
Octal 263 241 22 0 12 132 36 65 122 47
Binary 10110011 10100001 10010 0 1010 1011010 11110 110101 1010010 100111

Color Harmonies of #B3A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A112

Black with #B3A112

Text Example


Text Example

White with #B3A112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A112; }

 p { color: rgb(179,161,18); }

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

background-color css

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

 a { background-color: rgb(179,161,18); }

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

border-color css

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

 span { border-color: rgb(179,161,18); }

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