Html Css Color HEX #B1A113 Lucky

📋 copy color: '#B1A113'

red 177 ◦ green 161 ◦ blue 19

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

Shades of Lucky #B1A113

Tints of Lucky #B1A113

RGB

 RED value IS 177 (69.53% from 255) = 49.58%

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

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

R = 49.58%
G = 45.1%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B1A113 (or 0xB1A113) is known color: Lucky. HEX triplet: B1, A1 and 13. RGB value is (177,161,19). Sum of RGB (Red+Green+Blue) = 177+161+19=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A113 is #4E5EEC. Grayscale: #969696. Windows color (decimal): -5136109 or 1286577. OLE color: 1286577.

HSL color Cylindrical-coordinate representation of color #B1A113: hue angle of 53.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1A113 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 19 -
CMYK 0 0.09 0.89 0.31
HSL 53.92º 0.81% 0.38% -
HSV(B) 53.92º 0.89% 0.69% -
XYZ 30.99 34.88 5.72 -
YUV 149.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 177 161 19 0 0.09 0.89 0.31 53.92 0.81 0.38
Hex B1 A1 13 0 9 59 1F 36 51 26
Octal 261 241 23 0 11 131 37 66 121 46
Binary 10110001 10100001 10011 0 1001 1011001 11111 110110 1010001 100110

Color Harmonies of #B1A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A113

Black with #B1A113

Text Example


Text Example

White with #B1A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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