Html Css Color HEX #B1A01A Lucky

📋 copy color: '#B1A01A'

red 177 ◦ green 160 ◦ blue 26

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

Shades of Lucky #B1A01A

Tints of Lucky #B1A01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 48.76%
G = 44.08%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1A01A (or 0xB1A01A) is known color: Lucky. HEX triplet: B1, A0 and 1A. RGB value is (177,160,26). Sum of RGB (Red+Green+Blue) = 177+160+26=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A01A is #4E5FE5. Grayscale: #969696. Windows color (decimal): -5136358 or 1745073. OLE color: 1745073.

HSL color Cylindrical-coordinate representation of color #B1A01A: hue angle of 53.25º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1A01A is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 26 -
CMYK 0 0.10 0.85 0.31
HSL 53.25º 0.74% 0.4% -
HSV(B) 53.25º 0.85% 0.69% -
XYZ 30.89 34.56 6.02 -
YUV 149.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 177 160 26 0 0.10 0.85 0.31 53.25 0.74 0.4
Hex B1 A0 1A 0 A 55 1F 35 4A 28
Octal 261 240 32 0 12 125 37 65 112 50
Binary 10110001 10100000 11010 0 1010 1010101 11111 110101 1001010 101000

Color Harmonies of #B1A01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A01A

Black with #B1A01A

Text Example


Text Example

White with #B1A01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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