Html Css Color HEX #B0A414 Lucky

📋 copy color: '#B0A414'

red 176 ◦ green 164 ◦ blue 20

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

Shades of Lucky #B0A414

Tints of Lucky #B0A414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

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

R = 48.89%
G = 45.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B0A414 (or 0xB0A414) is known color: Lucky. HEX triplet: B0, A4 and 14. RGB value is (176,164,20). Sum of RGB (Red+Green+Blue) = 176+164+20=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A414 is #4F5BEB. Grayscale: #979797. Windows color (decimal): -5200876 or 1352880. OLE color: 1352880.

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

Color convert

RGB 176 164 20 -
CMYK 0 0.07 0.89 0.31
HSL 55.38º 0.8% 0.38% -
HSV(B) 55.38º 0.89% 0.69% -
XYZ 31.31 35.83 5.93 -
YUV 151.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 176 164 20 0 0.07 0.89 0.31 55.38 0.8 0.38
Hex B0 A4 14 0 7 59 1F 37 50 26
Octal 260 244 24 0 7 131 37 67 120 46
Binary 10110000 10100100 10100 0 111 1011001 11111 110111 1010000 100110

Color Harmonies of #B0A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A414

Black with #B0A414

Text Example


Text Example

White with #B0A414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A414; }

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

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

background-color css

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

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

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

border-color css

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

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

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