Html Css Color HEX #B1A11B Lucky

📋 copy color: '#B1A11B'

red 177 ◦ green 161 ◦ blue 27

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

Shades of Lucky #B1A11B

Tints of Lucky #B1A11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 48.49%
G = 44.11%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1A11B (or 0xB1A11B) is known color: Lucky. HEX triplet: B1, A1 and 1B. RGB value is (177,161,27). Sum of RGB (Red+Green+Blue) = 177+161+27=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A11B is #4E5EE4. Grayscale: #979797. Windows color (decimal): -5136101 or 1810865. OLE color: 1810865.

HSL color Cylindrical-coordinate representation of color #B1A11B: hue angle of 53.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1A11B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 27 -
CMYK 0 0.09 0.85 0.31
HSL 53.6º 0.74% 0.4% -
HSV(B) 53.6º 0.85% 0.69% -
XYZ 31.07 34.92 6.14 -
YUV 150.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 177 161 27 0 0.09 0.85 0.31 53.6 0.74 0.4
Hex B1 A1 1B 0 9 55 1F 36 4A 28
Octal 261 241 33 0 11 125 37 66 112 50
Binary 10110001 10100001 11011 0 1001 1010101 11111 110110 1001010 101000

Color Harmonies of #B1A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A11B

Black with #B1A11B

Text Example


Text Example

White with #B1A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A11B; }

 p { color: rgb(177,161,27); }

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

background-color css

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

 a { background-color: rgb(177,161,27); }

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

border-color css

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

 span { border-color: rgb(177,161,27); }

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