Html Css Color HEX #B1A50F Lucky

📋 copy color: '#B1A50F'

red 177 ◦ green 165 ◦ blue 15

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

Shades of Lucky #B1A50F

Tints of Lucky #B1A50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

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

R = 49.58%
G = 46.22%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1A50F (or 0xB1A50F) is known color: Lucky. HEX triplet: B1, A5 and 0F. RGB value is (177,165,15). Sum of RGB (Red+Green+Blue) = 177+165+15=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A50F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A50F is #4E5AF0. Grayscale: #989898. Windows color (decimal): -5135089 or 1025457. OLE color: 1025457.

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

Color convert

RGB 177 165 15 -
CMYK 0 0.07 0.92 0.31
HSL 55.56º 0.84% 0.38% -
HSV(B) 55.56º 0.92% 0.69% -
XYZ 31.67 36.29 5.79 -
YUV 151.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 177 165 15 0 0.07 0.92 0.31 55.56 0.84 0.38
Hex B1 A5 F 0 7 5C 1F 38 54 26
Octal 261 245 17 0 7 134 37 70 124 46
Binary 10110001 10100101 1111 0 111 1011100 11111 111000 1010100 100110

Color Harmonies of #B1A50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A50F

Black with #B1A50F

Text Example


Text Example

White with #B1A50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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