Html Css Color HEX #B3A115 Lucky

📋 copy color: '#B3A115'

red 179 ◦ green 161 ◦ blue 21

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

Shades of Lucky #B3A115

Tints of Lucky #B3A115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.6%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 49.58%
G = 44.6%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B3A115 (or 0xB3A115) is known color: Lucky. HEX triplet: B3, A1 and 15. RGB value is (179,161,21). Sum of RGB (Red+Green+Blue) = 179+161+21=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A115 is #4C5EEA. Grayscale: #979797. Windows color (decimal): -5005035 or 1417651. OLE color: 1417651.

HSL color Cylindrical-coordinate representation of color #B3A115: hue angle of 53.16º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3A115 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 161 21 -
CMYK 0 0.10 0.88 0.30
HSL 53.16º 0.79% 0.39% -
HSV(B) 53.16º 0.88% 0.7% -
XYZ 31.47 35.13 5.83 -
YUV 150.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 179 161 21 0 0.10 0.88 0.30 53.16 0.79 0.39
Hex B3 A1 15 0 A 58 1E 35 4F 27
Octal 263 241 25 0 12 130 36 65 117 47
Binary 10110011 10100001 10101 0 1010 1011000 11110 110101 1001111 100111

Color Harmonies of #B3A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A115

Black with #B3A115

Text Example


Text Example

White with #B3A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A115; }

 p { color: rgb(179,161,21); }

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

background-color css

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

 a { background-color: rgb(179,161,21); }

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

border-color css

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

 span { border-color: rgb(179,161,21); }

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