Html Css Color HEX #B3A511 Lucky

📋 copy color: '#B3A511'

red 179 ◦ green 165 ◦ blue 17

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

Shades of Lucky #B3A511

Tints of Lucky #B3A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.71%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 49.58%
G = 45.71%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B3A511 (or 0xB3A511) is known color: Lucky. HEX triplet: B3, A5 and 11. RGB value is (179,165,17). Sum of RGB (Red+Green+Blue) = 179+165+17=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A511 is #4C5AEE. Grayscale: #989898. Windows color (decimal): -5004015 or 1156531. OLE color: 1156531.

HSL color Cylindrical-coordinate representation of color #B3A511: hue angle of 54.81º degrees, saturation: 0.83, 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 #B3A511 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 165 17 -
CMYK 0 0.08 0.91 0.30
HSL 54.81º 0.83% 0.38% -
HSV(B) 54.81º 0.91% 0.7% -
XYZ 32.15 36.53 5.89 -
YUV 152.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 179 165 17 0 0.08 0.91 0.30 54.81 0.83 0.38
Hex B3 A5 11 0 8 5B 1E 37 53 26
Octal 263 245 21 0 10 133 36 67 123 46
Binary 10110011 10100101 10001 0 1000 1011011 11110 110111 1010011 100110

Color Harmonies of #B3A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A511

Black with #B3A511

Text Example


Text Example

White with #B3A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A511; }

 p { color: rgb(179,165,17); }

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

background-color css

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

 a { background-color: rgb(179,165,17); }

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

border-color css

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

 span { border-color: rgb(179,165,17); }

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