#B0990A

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

Shades of Lucky #B0990A

Tints of Lucky #B0990A

Color information

#B0990A (or 0xB0990A) is unknown color: approx Lucky. HEX triplet: B0, 99 and 0A. RGB value is (176,153,10). Sum of RGB (Red+Green+Blue) = 176+153+10=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0990A is #4F66F5. Grayscale: #909090. Windows color (decimal): -5203702 or 694704. OLE color: 694704.

HSL color Cylindrical-coordinate representation of color #B0990A: hue angle of 51.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0990A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17615310-
CMYK00.130.940.31
HSL51.69º89.25%36.47%-
HSV(B)51.69º94.32%69.02%-
XYZ29.3532.034.92-
YUV143.5752.62151.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 10 (4.30% from 255) = 2.95%
R=51.92%
G=45.13%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761531000.130.940.3151.6989.2536.47
HexB099A0D5E1F345924
Octal26023112015136376413144
Binary10110000100110011010011011011110111111101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0990A; }

 p { color: rgb(176,153,10); }

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

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

 a { background-color: rgb(176,153,10); }

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

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

 span { border-color: rgb(176,153,10); }

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