Html Css Color HEX #B0A410 Lucky

📋 copy color: '#B0A410'

red 176 ◦ green 164 ◦ blue 16

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

Shades of Lucky #B0A410

Tints of Lucky #B0A410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 49.44%
G = 46.07%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0A410 (or 0xB0A410) is known color: Lucky. HEX triplet: B0, A4 and 10. RGB value is (176,164,16). Sum of RGB (Red+Green+Blue) = 176+164+16=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A410 is #4F5BEF. Grayscale: #979797. Windows color (decimal): -5200880 or 1090736. OLE color: 1090736.

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

Color convert

RGB 176 164 16 -
CMYK 0 0.07 0.91 0.31
HSL 55.5º 0.83% 0.38% -
HSV(B) 55.5º 0.91% 0.69% -
XYZ 31.27 35.82 5.76 -
YUV 150.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 176 164 16 0 0.07 0.91 0.31 55.5 0.83 0.38
Hex B0 A4 10 0 7 5B 1F 38 53 26
Octal 260 244 20 0 7 133 37 70 123 46
Binary 10110000 10100100 10000 0 111 1011011 11111 111000 1010011 100110

Color Harmonies of #B0A410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A410

Black with #B0A410

Text Example


Text Example

White with #B0A410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A410; }

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

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

background-color css

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

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

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

border-color css

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

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

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