Html Css Color HEX #B0A11B Lucky

📋 copy color: '#B0A11B'

red 176 ◦ green 161 ◦ blue 27

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

Shades of Lucky #B0A11B

Tints of Lucky #B0A11B

RGB

 RED value IS 176 (69.14% from 255) = 48.35%

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

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

R = 48.35%
G = 44.23%
B = 7.42%

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

#B0A11B (or 0xB0A11B) is known color: Lucky. HEX triplet: B0, A1 and 1B. RGB value is (176,161,27). Sum of RGB (Red+Green+Blue) = 176+161+27=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A11B is #4F5EE4. Grayscale: #969696. Windows color (decimal): -5201637 or 1810864. OLE color: 1810864.

HSL color Cylindrical-coordinate representation of color #B0A11B: hue angle of 53.96º degrees, saturation: 0.73, 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 #B0A11B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 27 -
CMYK 0 0.09 0.85 0.31
HSL 53.96º 0.73% 0.4% -
HSV(B) 53.96º 0.85% 0.69% -
XYZ 30.85 34.8 6.13 -
YUV 150.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 176 161 27 0 0.09 0.85 0.31 53.96 0.73 0.4
Hex B0 A1 1B 0 9 55 1F 36 49 28
Octal 260 241 33 0 11 125 37 66 111 50
Binary 10110000 10100001 11011 0 1001 1010101 11111 110110 1001001 101000

Color Harmonies of #B0A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A11B

Black with #B0A11B

Text Example


Text Example

White with #B0A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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