Html Css Color HEX #B0A313 Lucky

📋 copy color: '#B0A313'

red 176 ◦ green 163 ◦ blue 19

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

Shades of Lucky #B0A313

Tints of Lucky #B0A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 49.16%
G = 45.53%
B = 5.31%

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

#B0A313 (or 0xB0A313) is known color: Lucky. HEX triplet: B0, A3 and 13. RGB value is (176,163,19). Sum of RGB (Red+Green+Blue) = 176+163+19=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A313 is #4F5CEC. Grayscale: #979797. Windows color (decimal): -5201133 or 1287088. OLE color: 1287088.

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

Color convert

RGB 176 163 19 -
CMYK 0 0.07 0.89 0.31
HSL 55.03º 0.81% 0.38% -
HSV(B) 55.03º 0.89% 0.69% -
XYZ 31.12 35.47 5.82 -
YUV 150.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 176 163 19 0 0.07 0.89 0.31 55.03 0.81 0.38
Hex B0 A3 13 0 7 59 1F 37 51 26
Octal 260 243 23 0 7 131 37 67 121 46
Binary 10110000 10100011 10011 0 111 1011001 11111 110111 1010001 100110

Color Harmonies of #B0A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A313

Black with #B0A313

Text Example


Text Example

White with #B0A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A313; }

 p { color: rgb(176,163,19); }

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

background-color css

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

 a { background-color: rgb(176,163,19); }

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

border-color css

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

 span { border-color: rgb(176,163,19); }

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