Html Css Color HEX #B1A00F Lucky

📋 copy color: '#B1A00F'

red 177 ◦ green 160 ◦ blue 15

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

Shades of Lucky #B1A00F

Tints of Lucky #B1A00F

RGB

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

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

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

R = 50.28%
G = 45.45%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1A00F (or 0xB1A00F) is known color: Lucky. HEX triplet: B1, A0 and 0F. RGB value is (177,160,15). Sum of RGB (Red+Green+Blue) = 177+160+15=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A00F is #4E5FF0. Grayscale: #959595. Windows color (decimal): -5136369 or 1024177. OLE color: 1024177.

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

Color convert

RGB 177 160 15 -
CMYK 0 0.10 0.92 0.31
HSL 53.7º 0.84% 0.38% -
HSV(B) 53.7º 0.92% 0.69% -
XYZ 30.79 34.52 5.49 -
YUV 148.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 177 160 15 0 0.10 0.92 0.31 53.7 0.84 0.38
Hex B1 A0 F 0 A 5C 1F 36 54 26
Octal 261 240 17 0 12 134 37 66 124 46
Binary 10110001 10100000 1111 0 1010 1011100 11111 110110 1010100 100110

Color Harmonies of #B1A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A00F

Black with #B1A00F

Text Example


Text Example

White with #B1A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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