Html Css Color HEX #B1A313 Lucky

📋 copy color: '#B1A313'

red 177 ◦ green 163 ◦ blue 19

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

Shades of Lucky #B1A313

Tints of Lucky #B1A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

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

R = 49.3%
G = 45.4%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B1A313 (or 0xB1A313) is known color: Lucky. HEX triplet: B1, A3 and 13. RGB value is (177,163,19). Sum of RGB (Red+Green+Blue) = 177+163+19=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A313 is #4E5CEC. Grayscale: #979797. Windows color (decimal): -5135597 or 1287089. OLE color: 1287089.

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

Color convert

RGB 177 163 19 -
CMYK 0 0.08 0.89 0.31
HSL 54.68º 0.81% 0.38% -
HSV(B) 54.68º 0.89% 0.69% -
XYZ 31.35 35.59 5.83 -
YUV 150.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 177 163 19 0 0.08 0.89 0.31 54.68 0.81 0.38
Hex B1 A3 13 0 8 59 1F 37 51 26
Octal 261 243 23 0 10 131 37 67 121 46
Binary 10110001 10100011 10011 0 1000 1011001 11111 110111 1010001 100110

Color Harmonies of #B1A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A313

Black with #B1A313

Text Example


Text Example

White with #B1A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A313; }

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

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

background-color css

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

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

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

border-color css

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

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

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