#B4A113

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

Shades of Lucky #B4A113

Tints of Lucky #B4A113

Color information

#B4A113 (or 0xB4A113) is unknown color: approx Lucky. HEX triplet: B4, A1 and 13. RGB value is (180,161,19). Sum of RGB (Red+Green+Blue) = 180+161+19=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A113 is #4B5EEC. Grayscale: #979797. Windows color (decimal): -4939501 or 1286580. OLE color: 1286580.

HSL color Cylindrical-coordinate representation of color #B4A113: hue angle of 52.92º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4A113 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18016119-
CMYK00.110.890.29
HSL52.92º80.9%39.02%-
HSV(B)52.92º89.44%70.59%-
XYZ31.6835.245.75-
YUV150.4953.79149.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 19 (7.81% from 255) = 5.28%
R=50%
G=44.72%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801611900.110.890.2952.9280.939.02
HexB4A1130B591D355127
Octal26424123013131356512147
Binary101101001010000110011010111011001111011101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A113; }

 p { color: rgb(180,161,19); }

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

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

 a { background-color: rgb(180,161,19); }

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

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

 span { border-color: rgb(180,161,19); }

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