Html Css Color HEX #B1A20F Lucky

📋 copy color: '#B1A20F'

red 177 ◦ green 162 ◦ blue 15

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

Shades of Lucky #B1A20F

Tints of Lucky #B1A20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.76%

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 50%
G = 45.76%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1A20F (or 0xB1A20F) is known color: Lucky. HEX triplet: B1, A2 and 0F. RGB value is (177,162,15). Sum of RGB (Red+Green+Blue) = 177+162+15=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A20F is #4E5DF0. Grayscale: #969696. Windows color (decimal): -5135857 or 1024689. OLE color: 1024689.

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

Color convert

RGB 177 162 15 -
CMYK 0 0.08 0.92 0.31
HSL 54.44º 0.84% 0.38% -
HSV(B) 54.44º 0.92% 0.69% -
XYZ 31.14 35.22 5.61 -
YUV 149.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 177 162 15 0 0.08 0.92 0.31 54.44 0.84 0.38
Hex B1 A2 F 0 8 5C 1F 36 54 26
Octal 261 242 17 0 10 134 37 66 124 46
Binary 10110001 10100010 1111 0 1000 1011100 11111 110110 1010100 100110

Color Harmonies of #B1A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A20F

Black with #B1A20F

Text Example


Text Example

White with #B1A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A20F; }

 p { color: rgb(177,162,15); }

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

background-color css

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

 a { background-color: rgb(177,162,15); }

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

border-color css

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

 span { border-color: rgb(177,162,15); }

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