#B4A607

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

Shades of Lucky #B4A607

Tints of Lucky #B4A607

Color information

#B4A607 (or 0xB4A607) is unknown color: approx Lucky. HEX triplet: B4, A6 and 07. RGB value is (180,166,7). Sum of RGB (Red+Green+Blue) = 180+166+7=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A607 is #4B59F8. Grayscale: #989898. Windows color (decimal): -4938233 or 501428. OLE color: 501428.

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

Color convert

RGB1801667-
CMYK00.080.960.29
HSL55.14º92.51%36.67%-
HSV(B)55.14º96.11%70.59%-
XYZ32.536.995.63-
YUV152.0646.14147.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=50.99%
G=47.03%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180166700.080.960.2955.1492.5136.67
HexB4A6708601D375d25
Octal2642467010140356713545
Binary1011010010100110111010001100000111011101111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A607; }

 p { color: rgb(180,166,7); }

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

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

 a { background-color: rgb(180,166,7); }

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

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

 span { border-color: rgb(180,166,7); }

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