Html Css Color HEX #B0A115 Lucky

📋 copy color: '#B0A115'

red 176 ◦ green 161 ◦ blue 21

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

Shades of Lucky #B0A115

Tints of Lucky #B0A115

RGB

 RED value IS 176 (69.14% from 255) = 49.16%

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 49.16%
G = 44.97%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B0A115 (or 0xB0A115) is known color: Lucky. HEX triplet: B0, A1 and 15. RGB value is (176,161,21). Sum of RGB (Red+Green+Blue) = 176+161+21=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A115 is #4F5EEA. Grayscale: #969696. Windows color (decimal): -5201643 or 1417648. OLE color: 1417648.

HSL color Cylindrical-coordinate representation of color #B0A115: hue angle of 54.19º 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 #B0A115 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 21 -
CMYK 0 0.09 0.88 0.31
HSL 54.19º 0.79% 0.39% -
HSV(B) 54.19º 0.88% 0.69% -
XYZ 30.78 34.77 5.8 -
YUV 149.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 176 161 21 0 0.09 0.88 0.31 54.19 0.79 0.39
Hex B0 A1 15 0 9 58 1F 36 4F 27
Octal 260 241 25 0 11 130 37 66 117 47
Binary 10110000 10100001 10101 0 1001 1011000 11111 110110 1001111 100111

Color Harmonies of #B0A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A115

Black with #B0A115

Text Example


Text Example

White with #B0A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A115; }

 p { color: rgb(176,161,21); }

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

background-color css

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

 a { background-color: rgb(176,161,21); }

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

border-color css

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

 span { border-color: rgb(176,161,21); }

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