#B0931A

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

Shades of Lucky #B0931A

Tints of Lucky #B0931A

Color information

#B0931A (or 0xB0931A) is unknown color: approx Lucky. HEX triplet: B0, 93 and 1A. RGB value is (176,147,26). Sum of RGB (Red+Green+Blue) = 176+147+26=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0931A is #4F6CE5. Grayscale: #8E8E8E. Windows color (decimal): -5205222 or 1741744. OLE color: 1741744.

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

Color convert

RGB17614726-
CMYK00.160.850.31
HSL48.4º74.26%39.61%-
HSV(B)48.4º85.23%69.02%-
XYZ28.5230.175.3-
YUV141.8862.61152.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=50.43%
G=42.12%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761472600.160.850.3148.474.2639.61
HexB0931A010551F304a28
Octal26022332020125376011250
Binary1011000010010011110100100001010101111111100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0931A; }

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

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

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

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

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

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

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

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