Html Css Color HEX #B0A019 Lucky

📋 copy color: '#B0A019'

red 176 ◦ green 160 ◦ blue 25

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

Shades of Lucky #B0A019

Tints of Lucky #B0A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 48.75%
G = 44.32%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B0A019 (or 0xB0A019) is known color: Lucky. HEX triplet: B0, A0 and 19. RGB value is (176,160,25). Sum of RGB (Red+Green+Blue) = 176+160+25=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A019 is #4F5FE6. Grayscale: #959595. Windows color (decimal): -5201895 or 1679536. OLE color: 1679536.

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

Color convert

RGB 176 160 25 -
CMYK 0 0.09 0.86 0.31
HSL 53.64º 0.75% 0.39% -
HSV(B) 53.64º 0.86% 0.69% -
XYZ 30.65 34.44 5.95 -
YUV 149.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 176 160 25 0 0.09 0.86 0.31 53.64 0.75 0.39
Hex B0 A0 19 0 9 56 1F 36 4B 27
Octal 260 240 31 0 11 126 37 66 113 47
Binary 10110000 10100000 11001 0 1001 1010110 11111 110110 1001011 100111

Color Harmonies of #B0A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A019

Black with #B0A019

Text Example


Text Example

White with #B0A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A019; }

 p { color: rgb(176,160,25); }

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

background-color css

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

 a { background-color: rgb(176,160,25); }

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

border-color css

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

 span { border-color: rgb(176,160,25); }

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