Html Css Color HEX #B1A218 Lucky

📋 copy color: '#B1A218'

red 177 ◦ green 162 ◦ blue 24

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

Shades of Lucky #B1A218

Tints of Lucky #B1A218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 48.76%
G = 44.63%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B1A218 (or 0xB1A218) is known color: Lucky. HEX triplet: B1, A2 and 18. RGB value is (177,162,24). Sum of RGB (Red+Green+Blue) = 177+162+24=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A218 is #4E5DE7. Grayscale: #979797. Windows color (decimal): -5135848 or 1614513. OLE color: 1614513.

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

Color convert

RGB 177 162 24 -
CMYK 0 0.08 0.86 0.31
HSL 54.12º 0.76% 0.39% -
HSV(B) 54.12º 0.86% 0.69% -
XYZ 31.22 35.25 6.02 -
YUV 150.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 177 162 24 0 0.08 0.86 0.31 54.12 0.76 0.39
Hex B1 A2 18 0 8 56 1F 36 4C 27
Octal 261 242 30 0 10 126 37 66 114 47
Binary 10110001 10100010 11000 0 1000 1010110 11111 110110 1001100 100111

Color Harmonies of #B1A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A218

Black with #B1A218

Text Example


Text Example

White with #B1A218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A218; }

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

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

background-color css

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

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

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

border-color css

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

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

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