#B4A34A

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

Shades of Brass #B4A34A

Tints of Brass #B4A34A

Color information

#B4A34A (or 0xB4A34A) is unknown color: approx Brass. HEX triplet: B4, A3 and 4A. RGB value is (180,163,74). Sum of RGB (Red+Green+Blue) = 180+163+74=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A34A is #4B5CB5. Grayscale: #9E9E9E. Windows color (decimal): -4938934 or 4891572. OLE color: 4891572.

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

Color convert

RGB18016374-
CMYK00.090.590.29
HSL50.38º41.73%49.8%-
HSV(B)50.38º58.89%70.59%-
XYZ33.1636.3911.76-
YUV157.9480.63143.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=43.17%
G=39.09%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801637400.090.590.2950.3841.7349.8
HexB4A34A093B1D322a32
Octal2642431120117335625262
Binary101101001010001110010100100111101111101110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A34A; }

 p { color: rgb(180,163,74); }

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

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

 a { background-color: rgb(180,163,74); }

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

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

 span { border-color: rgb(180,163,74); }

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