Html Css Color HEX #B3A01A Lucky

📋 copy color: '#B3A01A'

red 179 ◦ green 160 ◦ blue 26

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

Shades of Lucky #B3A01A

Tints of Lucky #B3A01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 49.04%
G = 43.84%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3A01A (or 0xB3A01A) is known color: Lucky. HEX triplet: B3, A0 and 1A. RGB value is (179,160,26). Sum of RGB (Red+Green+Blue) = 179+160+26=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A01A is #4C5FE5. Grayscale: #969696. Windows color (decimal): -5005286 or 1745075. OLE color: 1745075.

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

Color convert

RGB 179 160 26 -
CMYK 0 0.11 0.85 0.30
HSL 52.55º 0.75% 0.4% -
HSV(B) 52.55º 0.85% 0.7% -
XYZ 31.35 34.8 6.04 -
YUV 150.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 179 160 26 0 0.11 0.85 0.30 52.55 0.75 0.4
Hex B3 A0 1A 0 B 55 1E 35 4B 28
Octal 263 240 32 0 13 125 36 65 113 50
Binary 10110011 10100000 11010 0 1011 1010101 11110 110101 1001011 101000

Color Harmonies of #B3A01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A01A

Black with #B3A01A

Text Example


Text Example

White with #B3A01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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