Html Css Color HEX #B1A511 Lucky

📋 copy color: '#B1A511'

red 177 ◦ green 165 ◦ blue 17

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

Shades of Lucky #B1A511

Tints of Lucky #B1A511

RGB

 RED value IS 177 (69.53% from 255) = 49.3%

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

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

R = 49.3%
G = 45.96%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B1A511 (or 0xB1A511) is known color: Lucky. HEX triplet: B1, A5 and 11. RGB value is (177,165,17). Sum of RGB (Red+Green+Blue) = 177+165+17=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A511 is #4E5AEE. Grayscale: #989898. Windows color (decimal): -5135087 or 1156529. OLE color: 1156529.

HSL color Cylindrical-coordinate representation of color #B1A511: hue angle of 55.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1A511 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 17 -
CMYK 0 0.07 0.90 0.31
HSL 55.5º 0.82% 0.38% -
HSV(B) 55.5º 0.9% 0.69% -
XYZ 31.69 36.3 5.87 -
YUV 151.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 177 165 17 0 0.07 0.90 0.31 55.5 0.82 0.38
Hex B1 A5 11 0 7 5A 1F 38 52 26
Octal 261 245 21 0 7 132 37 70 122 46
Binary 10110001 10100101 10001 0 111 1011010 11111 111000 1010010 100110

Color Harmonies of #B1A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A511

Black with #B1A511

Text Example


Text Example

White with #B1A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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