#B1921A

Color #B1921A Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #B1921A

Tints of Lucky #B1921A

Color information

#B1921A (or 0xB1921A) is unknown color: approx Lucky. HEX triplet: B1, 92 and 1A. RGB value is (177,146,26). Sum of RGB (Red+Green+Blue) = 177+146+26=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1921A is #4E6DE5. Grayscale: #8E8E8E. Windows color (decimal): -5139942 or 1741489. OLE color: 1741489.

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

Color convert

RGB17714626-
CMYK00.180.850.31
HSL47.68º74.38%39.8%-
HSV(B)47.68º85.31%69.41%-
XYZ28.629.985.26-
YUV141.5962.77153.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=50.72%
G=41.83%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771462600.180.850.3147.6874.3839.8
HexB1921A012551F304a28
Octal26122232022125376011250
Binary1011000110010010110100100101010101111111100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1921A; }

 p { color: rgb(177,146,26); }

 H1.HeaderClassName
 {
   color: #B1921A;
 }
 .AnyTagClassName
 {
   color: #B1921A;
 }
</style>
background-color css

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

 a { background-color: rgb(177,146,26); }

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

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

 span { border-color: rgb(177,146,26); }

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