#B4AD45

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

Shades of Brass #B4AD45

Tints of Brass #B4AD45

Color information

#B4AD45 (or 0xB4AD45) is unknown color: approx Brass. HEX triplet: B4, AD and 45. RGB value is (180,173,69). Sum of RGB (Red+Green+Blue) = 180+173+69=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD45 is #4B52BA. Grayscale: #A3A3A3. Windows color (decimal): -4936379 or 4566452. OLE color: 4566452.

HSL color Cylindrical-coordinate representation of color #B4AD45: hue angle of 56.22º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4AD45 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18017369-
CMYK00.040.620.29
HSL56.22º44.58%48.82%-
HSV(B)56.22º61.67%70.59%-
XYZ34.8440.0211.52-
YUV163.2474.82139.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=42.65%
G=41.00%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801736900.040.620.2956.2244.5848.82
HexB4AD45043E1D382d31
Octal264255105047635705561
Binary10110100101011011000101010011111011101111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD45; }

 p { color: rgb(180,173,69); }

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

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

 a { background-color: rgb(180,173,69); }

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

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

 span { border-color: rgb(180,173,69); }

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