Html Css Color HEX #B1A10F Lucky

📋 copy color: '#B1A10F'

red 177 ◦ green 161 ◦ blue 15

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

Shades of Lucky #B1A10F

Tints of Lucky #B1A10F

RGB

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

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

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

R = 50.14%
G = 45.61%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1A10F (or 0xB1A10F) is known color: Lucky. HEX triplet: B1, A1 and 0F. RGB value is (177,161,15). Sum of RGB (Red+Green+Blue) = 177+161+15=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A10F is #4E5EF0. Grayscale: #959595. Windows color (decimal): -5136113 or 1024433. OLE color: 1024433.

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

Color convert

RGB 177 161 15 -
CMYK 0 0.09 0.92 0.31
HSL 54.07º 0.84% 0.38% -
HSV(B) 54.07º 0.92% 0.69% -
XYZ 30.96 34.87 5.55 -
YUV 149.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 177 161 15 0 0.09 0.92 0.31 54.07 0.84 0.38
Hex B1 A1 F 0 9 5C 1F 36 54 26
Octal 261 241 17 0 11 134 37 66 124 46
Binary 10110001 10100001 1111 0 1001 1011100 11111 110110 1010100 100110

Color Harmonies of #B1A10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A10F

Black with #B1A10F

Text Example


Text Example

White with #B1A10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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