Html Css Color HEX #B0A114 Lucky

📋 copy color: '#B0A114'

red 176 ◦ green 161 ◦ blue 20

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

Shades of Lucky #B0A114

Tints of Lucky #B0A114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 49.3%
G = 45.1%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B0A114 (or 0xB0A114) is known color: Lucky. HEX triplet: B0, A1 and 14. RGB value is (176,161,20). Sum of RGB (Red+Green+Blue) = 176+161+20=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A114 is #4F5EEB. Grayscale: #959595. Windows color (decimal): -5201644 or 1352112. OLE color: 1352112.

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

Color convert

RGB 176 161 20 -
CMYK 0 0.09 0.89 0.31
HSL 54.23º 0.8% 0.38% -
HSV(B) 54.23º 0.89% 0.69% -
XYZ 30.78 34.77 5.75 -
YUV 149.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 176 161 20 0 0.09 0.89 0.31 54.23 0.8 0.38
Hex B0 A1 14 0 9 59 1F 36 50 26
Octal 260 241 24 0 11 131 37 66 120 46
Binary 10110000 10100001 10100 0 1001 1011001 11111 110110 1010000 100110

Color Harmonies of #B0A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A114

Black with #B0A114

Text Example


Text Example

White with #B0A114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A114; }

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

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

background-color css

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

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

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

border-color css

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

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

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