#B3981C

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

Shades of Lucky #B3981C

Tints of Lucky #B3981C

Color information

#B3981C (or 0xB3981C) is unknown color: approx Lucky. HEX triplet: B3, 98 and 1C. RGB value is (179,152,28). Sum of RGB (Red+Green+Blue) = 179+152+28=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3981C is #4C67E3. Grayscale: #929292. Windows color (decimal): -5007332 or 1874099. OLE color: 1874099.

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

Color convert

RGB17915228-
CMYK00.150.840.30
HSL49.27º72.95%40.59%-
HSV(B)49.27º84.36%70.2%-
XYZ30.0332.125.72-
YUV145.9461.45151.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 28 (11.33% from 255) = 7.80%
R=49.86%
G=42.34%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791522800.150.840.3049.2772.9540.59
HexB3981C0F541E314929
Octal26323034017124366111151
Binary101100111001100011100011111010100111101100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3981C; }

 p { color: rgb(179,152,28); }

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

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

 a { background-color: rgb(179,152,28); }

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

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

 span { border-color: rgb(179,152,28); }

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