Html Css Color HEX #B1A215 Lucky

📋 copy color: '#B1A215'

red 177 ◦ green 162 ◦ blue 21

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

Shades of Lucky #B1A215

Tints of Lucky #B1A215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 49.17%
G = 45%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B1A215 (or 0xB1A215) is known color: Lucky. HEX triplet: B1, A2 and 15. RGB value is (177,162,21). Sum of RGB (Red+Green+Blue) = 177+162+21=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A215 is #4E5DEA. Grayscale: #969696. Windows color (decimal): -5135851 or 1417905. OLE color: 1417905.

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

Color convert

RGB 177 162 21 -
CMYK 0 0.08 0.88 0.31
HSL 54.23º 0.79% 0.39% -
HSV(B) 54.23º 0.88% 0.69% -
XYZ 31.19 35.24 5.87 -
YUV 150.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 177 162 21 0 0.08 0.88 0.31 54.23 0.79 0.39
Hex B1 A2 15 0 8 58 1F 36 4F 27
Octal 261 242 25 0 10 130 37 66 117 47
Binary 10110001 10100010 10101 0 1000 1011000 11111 110110 1001111 100111

Color Harmonies of #B1A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A215

Black with #B1A215

Text Example


Text Example

White with #B1A215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A215; }

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

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

background-color css

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

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

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

border-color css

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

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

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