Html Css Color HEX #B1A30F Lucky

📋 copy color: '#B1A30F'

red 177 ◦ green 163 ◦ blue 15

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

Shades of Lucky #B1A30F

Tints of Lucky #B1A30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

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

R = 49.86%
G = 45.92%
B = 4.23%

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

#B1A30F (or 0xB1A30F) is known color: Lucky. HEX triplet: B1, A3 and 0F. RGB value is (177,163,15). Sum of RGB (Red+Green+Blue) = 177+163+15=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A30F is #4E5CF0. Grayscale: #969696. Windows color (decimal): -5135601 or 1024945. OLE color: 1024945.

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

Color convert

RGB 177 163 15 -
CMYK 0 0.08 0.92 0.31
HSL 54.81º 0.84% 0.38% -
HSV(B) 54.81º 0.92% 0.69% -
XYZ 31.31 35.58 5.67 -
YUV 150.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 177 163 15 0 0.08 0.92 0.31 54.81 0.84 0.38
Hex B1 A3 F 0 8 5C 1F 37 54 26
Octal 261 243 17 0 10 134 37 67 124 46
Binary 10110001 10100011 1111 0 1000 1011100 11111 110111 1010100 100110

Color Harmonies of #B1A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A30F

Black with #B1A30F

Text Example


Text Example

White with #B1A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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