Html Css Color HEX #B1A21C Lucky

📋 copy color: '#B1A21C'

red 177 ◦ green 162 ◦ blue 28

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

Shades of Lucky #B1A21C

Tints of Lucky #B1A21C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 48.23%
G = 44.14%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1A21C (or 0xB1A21C) is known color: Lucky. HEX triplet: B1, A2 and 1C. RGB value is (177,162,28). Sum of RGB (Red+Green+Blue) = 177+162+28=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A21C is #4E5DE3. Grayscale: #979797. Windows color (decimal): -5135844 or 1876657. OLE color: 1876657.

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

Color convert

RGB 177 162 28 -
CMYK 0 0.08 0.84 0.31
HSL 53.96º 0.73% 0.4% -
HSV(B) 53.96º 0.84% 0.69% -
XYZ 31.26 35.27 6.26 -
YUV 151.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 177 162 28 0 0.08 0.84 0.31 53.96 0.73 0.4
Hex B1 A2 1C 0 8 54 1F 36 49 28
Octal 261 242 34 0 10 124 37 66 111 50
Binary 10110001 10100010 11100 0 1000 1010100 11111 110110 1001001 101000

Color Harmonies of #B1A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A21C

Black with #B1A21C

Text Example


Text Example

White with #B1A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A21C; }

 p { color: rgb(177,162,28); }

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

background-color css

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

 a { background-color: rgb(177,162,28); }

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

border-color css

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

 span { border-color: rgb(177,162,28); }

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