#B4A209

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

Shades of Lucky #B4A209

Tints of Lucky #B4A209

Color information

#B4A209 (or 0xB4A209) is unknown color: approx Lucky. HEX triplet: B4, A2 and 09. RGB value is (180,162,9). Sum of RGB (Red+Green+Blue) = 180+162+9=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A209 is #4B5DF6. Grayscale: #969696. Windows color (decimal): -4939255 or 631476. OLE color: 631476.

HSL color Cylindrical-coordinate representation of color #B4A209: hue angle of 53.68º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4A209 is Cyan = 0, Magento = 0.1, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1801629-
CMYK00.10.950.29
HSL53.68º90.48%37.06%-
HSV(B)53.68º95%70.59%-
XYZ31.7935.565.45-
YUV149.9448.46149.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=51.28%
G=46.15%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180162900.10.950.2953.6890.4837.06
HexB4A290A5F1D365a25
Octal26424211012137356613245
Binary10110100101000101001010101011111111011101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A209; }

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

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

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

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

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

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

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

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