#BDA43E

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

Shades of Brass #BDA43E

Tints of Brass #BDA43E

Color information

#BDA43E (or 0xBDA43E) is unknown color: approx Brass. HEX triplet: BD, A4 and 3E. RGB value is (189,164,62). Sum of RGB (Red+Green+Blue) = 189+164+62=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43E is #425BC1. Grayscale: #A0A0A0. Windows color (decimal): -4348866 or 4105405. OLE color: 4105405.

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

Color convert

RGB18916462-
CMYK00.130.670.26
HSL48.19º50.6%49.22%-
HSV(B)48.19º67.2%74.12%-
XYZ35.1337.729.99-
YUV159.8572.78148.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 62 (24.61% from 255) = 14.94%
R=45.54%
G=39.52%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891646200.130.670.2648.1950.649.22
HexBDA43E0D431A303331
Octal2752447601510332606361
Binary101111011010010011111001101100001111010110000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA43E; }

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

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

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

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

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

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

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

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