#B4A213

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

Shades of Lucky #B4A213

Tints of Lucky #B4A213

Color information

#B4A213 (or 0xB4A213) is unknown color: approx Lucky. HEX triplet: B4, A2 and 13. RGB value is (180,162,19). Sum of RGB (Red+Green+Blue) = 180+162+19=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A213 is #4B5DEC. Grayscale: #979797. Windows color (decimal): -4939245 or 1286836. OLE color: 1286836.

HSL color Cylindrical-coordinate representation of color #B4A213: hue angle of 53.29º 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 #B4A213 is Cyan = 0, Magento = 0.1, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18016219-
CMYK00.10.890.29
HSL53.29º80.9%39.02%-
HSV(B)53.29º89.44%70.59%-
XYZ31.8635.595.81-
YUV151.0853.46148.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 19 (7.81% from 255) = 5.26%
R=49.86%
G=44.88%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801621900.10.890.2953.2980.939.02
HexB4A2130A591D355127
Octal26424223012131356512147
Binary101101001010001010011010101011001111011101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A213; }

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

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

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

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

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

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

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

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