Html Css Color HEX #B3A113 Lucky

📋 copy color: '#B3A113'

red 179 ◦ green 161 ◦ blue 19

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

Shades of Lucky #B3A113

Tints of Lucky #B3A113

RGB

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

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

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

R = 49.86%
G = 44.85%
B = 5.29%

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

#B3A113 (or 0xB3A113) is known color: Lucky. HEX triplet: B3, A1 and 13. RGB value is (179,161,19). Sum of RGB (Red+Green+Blue) = 179+161+19=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A113 is #4C5EEC. Grayscale: #969696. Windows color (decimal): -5005037 or 1286579. OLE color: 1286579.

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

Color convert

RGB 179 161 19 -
CMYK 0 0.10 0.89 0.30
HSL 53.25º 0.81% 0.39% -
HSV(B) 53.25º 0.89% 0.7% -
XYZ 31.45 35.12 5.74 -
YUV 150.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 179 161 19 0 0.10 0.89 0.30 53.25 0.81 0.39
Hex B3 A1 13 0 A 59 1E 35 51 27
Octal 263 241 23 0 12 131 36 65 121 47
Binary 10110011 10100001 10011 0 1010 1011001 11110 110101 1010001 100111

Color Harmonies of #B3A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A113

Black with #B3A113

Text Example


Text Example

White with #B3A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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