#BDA442

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

Shades of Brass #BDA442

Tints of Brass #BDA442

Color information

#BDA442 (or 0xBDA442) is unknown color: approx Brass. HEX triplet: BD, A4 and 42. RGB value is (189,164,66). Sum of RGB (Red+Green+Blue) = 189+164+66=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA442 is #425BBD. Grayscale: #A0A0A0. Windows color (decimal): -4348862 or 4367549. OLE color: 4367549.

HSL color Cylindrical-coordinate representation of color #BDA442: hue angle of 47.8º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDA442 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18916466-
CMYK00.130.650.26
HSL47.8º48.24%50%-
HSV(B)47.8º65.08%74.12%-
XYZ35.2537.7610.59-
YUV160.374.78148.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=45.11%
G=39.14%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891646600.130.650.2647.848.2450
HexBDA4420D411A303032
Octal27524410201510132606062
Binary1011110110100100100001001101100000111010110000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA442; }

 p { color: rgb(189,164,66); }

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

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

 a { background-color: rgb(189,164,66); }

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

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

 span { border-color: rgb(189,164,66); }

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