Html Css Color HEX #B1A40B Lucky

📋 copy color: '#B1A40B'

red 177 ◦ green 164 ◦ blue 11

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

Shades of Lucky #B1A40B

Tints of Lucky #B1A40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 50.28%
G = 46.59%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1A40B (or 0xB1A40B) is known color: Lucky. HEX triplet: B1, A4 and 0B. RGB value is (177,164,11). Sum of RGB (Red+Green+Blue) = 177+164+11=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A40B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A40B is #4E5BF4. Grayscale: #979797. Windows color (decimal): -5135349 or 763057. OLE color: 763057.

HSL color Cylindrical-coordinate representation of color #B1A40B: hue angle of 55.3º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1A40B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 11 -
CMYK 0 0.07 0.94 0.31
HSL 55.3º 0.88% 0.37% -
HSV(B) 55.3º 0.94% 0.69% -
XYZ 31.47 35.92 5.59 -
YUV 150.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 177 164 11 0 0.07 0.94 0.31 55.3 0.88 0.37
Hex B1 A4 B 0 7 5E 1F 37 58 25
Octal 261 244 13 0 7 136 37 67 130 45
Binary 10110001 10100100 1011 0 111 1011110 11111 110111 1011000 100101

Color Harmonies of #B1A40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A40B

Black with #B1A40B

Text Example


Text Example

White with #B1A40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A40B; }

 p { color: rgb(177,164,11); }

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

background-color css

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

 a { background-color: rgb(177,164,11); }

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

border-color css

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

 span { border-color: rgb(177,164,11); }

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