Html Css Color HEX #B3A010 Lucky

📋 copy color: '#B3A010'

red 179 ◦ green 160 ◦ blue 16

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

Shades of Lucky #B3A010

Tints of Lucky #B3A010

RGB

 RED value IS 179 (70.31% from 255) = 50.42%

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

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

R = 50.42%
G = 45.07%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B3A010 (or 0xB3A010) is known color: Lucky. HEX triplet: B3, A0 and 10. RGB value is (179,160,16). Sum of RGB (Red+Green+Blue) = 179+160+16=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A010 is #4C5FEF. Grayscale: #959595. Windows color (decimal): -5005296 or 1089715. OLE color: 1089715.

HSL color Cylindrical-coordinate representation of color #B3A010: hue angle of 53.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3A010 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 16 -
CMYK 0 0.11 0.91 0.30
HSL 53.01º 0.84% 0.38% -
HSV(B) 53.01º 0.91% 0.7% -
XYZ 31.25 34.76 5.55 -
YUV 149.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 179 160 16 0 0.11 0.91 0.30 53.01 0.84 0.38
Hex B3 A0 10 0 B 5B 1E 35 54 26
Octal 263 240 20 0 13 133 36 65 124 46
Binary 10110011 10100000 10000 0 1011 1011011 11110 110101 1010100 100110

Color Harmonies of #B3A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A010

Black with #B3A010

Text Example


Text Example

White with #B3A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A010; }

 p { color: rgb(179,160,16); }

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

background-color css

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

 a { background-color: rgb(179,160,16); }

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

border-color css

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

 span { border-color: rgb(179,160,16); }

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