#B0921A

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

Shades of Lucky #B0921A

Tints of Lucky #B0921A

Color information

#B0921A (or 0xB0921A) is unknown color: approx Lucky. HEX triplet: B0, 92 and 1A. RGB value is (176,146,26). Sum of RGB (Red+Green+Blue) = 176+146+26=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0921A is #4F6DE5. Grayscale: #8D8D8D. Windows color (decimal): -5205478 or 1741488. OLE color: 1741488.

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

Color convert

RGB17614626-
CMYK00.170.850.31
HSL48º74.26%39.61%-
HSV(B)48º85.23%69.02%-
XYZ28.3729.865.25-
YUV141.2962.94152.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=50.57%
G=41.95%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761462600.170.850.314874.2639.61
HexB0921A011551F304a28
Octal26022232021125376011250
Binary1011000010010010110100100011010101111111100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0921A; }

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

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

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

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

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

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

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

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