Html Css Color HEX #B1A014 Lucky

📋 copy color: '#B1A014'

red 177 ◦ green 160 ◦ blue 20

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

Shades of Lucky #B1A014

Tints of Lucky #B1A014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 49.58%
G = 44.82%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B1A014 (or 0xB1A014) is known color: Lucky. HEX triplet: B1, A0 and 14. RGB value is (177,160,20). Sum of RGB (Red+Green+Blue) = 177+160+20=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A014 is #4E5FEB. Grayscale: #959595. Windows color (decimal): -5136364 or 1351857. OLE color: 1351857.

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

Color convert

RGB 177 160 20 -
CMYK 0 0.10 0.89 0.31
HSL 53.5º 0.8% 0.39% -
HSV(B) 53.5º 0.89% 0.69% -
XYZ 30.83 34.54 5.7 -
YUV 149.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 177 160 20 0 0.10 0.89 0.31 53.5 0.8 0.39
Hex B1 A0 14 0 A 59 1F 36 50 27
Octal 261 240 24 0 12 131 37 66 120 47
Binary 10110001 10100000 10100 0 1010 1011001 11111 110110 1010000 100111

Color Harmonies of #B1A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A014

Black with #B1A014

Text Example


Text Example

White with #B1A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A014; }

 p { color: rgb(177,160,20); }

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

background-color css

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

 a { background-color: rgb(177,160,20); }

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

border-color css

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

 span { border-color: rgb(177,160,20); }

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