Html Css Color HEX #B3A005 Lucky

📋 copy color: '#B3A005'

red 179 ◦ green 160 ◦ blue 5

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

Shades of Lucky #B3A005

Tints of Lucky #B3A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 52.03%
G = 46.51%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B3A005 (or 0xB3A005) is known color: Lucky. HEX triplet: B3, A0 and 05. RGB value is (179,160,5). Sum of RGB (Red+Green+Blue) = 179+160+5=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A005 is #4C5FFA. Grayscale: #949494. Windows color (decimal): -5005307 or 368819. OLE color: 368819.

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

Color convert

RGB 179 160 5 -
CMYK 0 0.11 0.97 0.30
HSL 53.45º 0.95% 0.36% -
HSV(B) 53.45º 0.97% 0.7% -
XYZ 31.19 34.74 5.2 -
YUV 148.01 47.29 150.1 -
System Red Green Blue C M Y K H S L
Decimal 179 160 5 0 0.11 0.97 0.30 53.45 0.95 0.36
Hex B3 A0 5 0 B 61 1E 35 5F 24
Octal 263 240 5 0 13 141 36 65 137 44
Binary 10110011 10100000 101 0 1011 1100001 11110 110101 1011111 100100

Color Harmonies of #B3A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A005

Black with #B3A005

Text Example


Text Example

White with #B3A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A005; }

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

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

background-color css

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

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

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

border-color css

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

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

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