#B4AD42

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

Shades of Brass #B4AD42

Tints of Brass #B4AD42

Color information

#B4AD42 (or 0xB4AD42) is unknown color: approx Brass. HEX triplet: B4, AD and 42. RGB value is (180,173,66). Sum of RGB (Red+Green+Blue) = 180+173+66=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD42 is #4B52BD. Grayscale: #A3A3A3. Windows color (decimal): -4936382 or 4369844. OLE color: 4369844.

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

Color convert

RGB18017366-
CMYK00.040.630.29
HSL56.32º46.34%48.24%-
HSV(B)56.32º63.33%70.59%-
XYZ34.7539.9811.04-
YUV162.8973.32140.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=42.96%
G=41.29%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801736600.040.630.2956.3246.3448.24
HexB4AD42043F1D382e30
Octal264255102047735705660
Binary10110100101011011000010010011111111101111000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD42; }

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

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

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

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

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

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

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

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