#B4AD38

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

Shades of Brass #B4AD38

Tints of Brass #B4AD38

Color information

#B4AD38 (or 0xB4AD38) is unknown color: approx Brass. HEX triplet: B4, AD and 38. RGB value is (180,173,56). Sum of RGB (Red+Green+Blue) = 180+173+56=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD38 is #4B52C7. Grayscale: #A2A2A2. Windows color (decimal): -4936392 or 3714484. OLE color: 3714484.

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

Color convert

RGB18017356-
CMYK00.040.690.29
HSL56.61º52.54%46.27%-
HSV(B)56.61º68.89%70.59%-
XYZ34.4839.889.62-
YUV161.7668.32141.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 56 (22.27% from 255) = 13.69%
R=44.01%
G=42.30%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801735600.040.690.2956.6152.5446.27
HexB4AD3804451D39352e
Octal264255700410535716556
Binary10110100101011011110000100100010111101111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD38; }

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

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

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

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

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

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

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

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