#B2991B

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

Shades of Lucky #B2991B

Tints of Lucky #B2991B

Color information

#B2991B (or 0xB2991B) is unknown color: approx Lucky. HEX triplet: B2, 99 and 1B. RGB value is (178,153,27). Sum of RGB (Red+Green+Blue) = 178+153+27=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2991B is #4D66E4. Grayscale: #929292. Windows color (decimal): -5072613 or 1808818. OLE color: 1808818.

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

Color convert

RGB17815327-
CMYK00.140.850.30
HSL50.07º73.66%40.2%-
HSV(B)50.07º84.83%69.8%-
XYZ29.9532.335.7-
YUV146.1160.78150.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 27 (10.94% from 255) = 7.54%
R=49.72%
G=42.74%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781532700.140.850.3050.0773.6640.2
HexB2991B0E551E324a28
Octal26223133016125366211250
Binary101100101001100111011011101010101111101100101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2991B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2991B; }

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

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

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

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

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

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

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

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