#B2990F

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

Shades of Lucky #B2990F

Tints of Lucky #B2990F

Color information

#B2990F (or 0xB2990F) is unknown color: approx Lucky. HEX triplet: B2, 99 and 0F. RGB value is (178,153,15). Sum of RGB (Red+Green+Blue) = 178+153+15=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2990F is #4D66F0. Grayscale: #919191. Windows color (decimal): -5072625 or 1022386. OLE color: 1022386.

HSL color Cylindrical-coordinate representation of color #B2990F: hue angle of 50.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2990F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17815315-
CMYK00.140.920.30
HSL50.8º84.46%37.84%-
HSV(B)50.8º91.57%69.8%-
XYZ29.8432.285.11-
YUV144.7454.78151.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 15 (6.25% from 255) = 4.34%
R=51.45%
G=44.22%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781531500.140.920.3050.884.4637.84
HexB299F0E5C1E335426
Octal26223117016134366312446
Binary10110010100110011111011101011100111101100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2990F; }

 p { color: rgb(178,153,15); }

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

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

 a { background-color: rgb(178,153,15); }

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

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

 span { border-color: rgb(178,153,15); }

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