#B4A03C

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

Shades of Brass #B4A03C

Tints of Brass #B4A03C

Color information

#B4A03C (or 0xB4A03C) is unknown color: approx Brass. HEX triplet: B4, A0 and 3C. RGB value is (180,160,60). Sum of RGB (Red+Green+Blue) = 180+160+60=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A03C is #4B5FC3. Grayscale: #9A9A9A. Windows color (decimal): -4939716 or 3973300. OLE color: 3973300.

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

Color convert

RGB18016060-
CMYK00.110.670.29
HSL50º50%47.06%-
HSV(B)50º66.67%70.59%-
XYZ32.2135.179.37-
YUV154.5874.63146.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 60 (23.83% from 255) = 15%
R=45%
G=40%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801606000.110.670.29505047.06
HexB4A03C0B431D32322f
Octal2642407401310335626257
Binary101101001010000011110001011100001111101110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A03C; }

 p { color: rgb(180,160,60); }

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

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

 a { background-color: rgb(180,160,60); }

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

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

 span { border-color: rgb(180,160,60); }

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