#B0980B

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

Shades of Lucky #B0980B

Tints of Lucky #B0980B

Color information

#B0980B (or 0xB0980B) is unknown color: approx Lucky. HEX triplet: B0, 98 and 0B. RGB value is (176,152,11). Sum of RGB (Red+Green+Blue) = 176+152+11=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0980B is #4F67F4. Grayscale: #8F8F8F. Windows color (decimal): -5203957 or 759984. OLE color: 759984.

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

Color convert

RGB17615211-
CMYK00.140.940.31
HSL51.27º88.24%36.67%-
HSV(B)51.27º93.75%69.02%-
XYZ29.1931.714.9-
YUV143.153.45151.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 11 (4.69% from 255) = 3.24%
R=51.92%
G=44.84%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761521100.140.940.3151.2788.2436.67
HexB098B0E5E1F335825
Octal26023013016136376313045
Binary10110000100110001011011101011110111111100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0980B; }

 p { color: rgb(176,152,11); }

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

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

 a { background-color: rgb(176,152,11); }

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

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

 span { border-color: rgb(176,152,11); }

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