Html Css Color HEX #B1A401 Lucky

📋 copy color: '#B1A401'

red 177 ◦ green 164 ◦ blue 1

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

Shades of Lucky #B1A401

Tints of Lucky #B1A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 51.75%
G = 47.95%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B1A401 (or 0xB1A401) is known color: Lucky. HEX triplet: B1, A4 and 01. RGB value is (177,164,1). Sum of RGB (Red+Green+Blue) = 177+164+1=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A401 is #4E5BFE. Grayscale: #959595. Windows color (decimal): -5135359 or 107697. OLE color: 107697.

HSL color Cylindrical-coordinate representation of color #B1A401: hue angle of 55.57º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1A401 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 1 -
CMYK 0 0.07 0.99 0.31
HSL 55.57º 0.99% 0.35% -
HSV(B) 55.57º 0.99% 0.69% -
XYZ 31.41 35.9 5.3 -
YUV 149.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 177 164 1 0 0.07 0.99 0.31 55.57 0.99 0.35
Hex B1 A4 1 0 7 63 1F 38 63 23
Octal 261 244 1 0 7 143 37 70 143 43
Binary 10110001 10100100 1 0 111 1100011 11111 111000 1100011 100011

Color Harmonies of #B1A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A401

Black with #B1A401

Text Example


Text Example

White with #B1A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A401; }

 p { color: rgb(177,164,1); }

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

background-color css

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

 a { background-color: rgb(177,164,1); }

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

border-color css

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

 span { border-color: rgb(177,164,1); }

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