#BDA43D

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

Shades of Brass #BDA43D

Tints of Brass #BDA43D

Color information

#BDA43D (or 0xBDA43D) is unknown color: approx Brass. HEX triplet: BD, A4 and 3D. RGB value is (189,164,61). Sum of RGB (Red+Green+Blue) = 189+164+61=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43D is #425BC2. Grayscale: #A0A0A0. Windows color (decimal): -4348867 or 4039869. OLE color: 4039869.

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

Color convert

RGB18916461-
CMYK00.130.680.26
HSL48.28º51.2%49.02%-
HSV(B)48.28º67.72%74.12%-
XYZ35.137.719.84-
YUV159.7372.28148.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 61 (24.22% from 255) = 14.73%
R=45.65%
G=39.61%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891646100.130.680.2648.2851.249.02
HexBDA43D0D441A303331
Octal2752447501510432606361
Binary101111011010010011110101101100010011010110000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA43D; }

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

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

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

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

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

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

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

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