#BDAE45

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

Shades of Brass #BDAE45

Tints of Brass #BDAE45

Color information

#BDAE45 (or 0xBDAE45) is unknown color: approx Brass. HEX triplet: BD, AE and 45. RGB value is (189,174,69). Sum of RGB (Red+Green+Blue) = 189+174+69=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE45 is #4251BA. Grayscale: #A6A6A6. Windows color (decimal): -4346299 or 4566717. OLE color: 4566717.

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

Color convert

RGB18917469-
CMYK00.080.630.26
HSL52.5º47.62%50.59%-
HSV(B)52.5º63.49%74.12%-
XYZ37.241.5211.68-
YUV166.5272.97144.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=43.75%
G=40.28%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891746900.080.630.2652.547.6250.59
HexBDAE45083F1A343033
Octal2752561050107732646063
Binary101111011010111010001010100011111111010110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE45; }

 p { color: rgb(189,174,69); }

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

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

 a { background-color: rgb(189,174,69); }

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

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

 span { border-color: rgb(189,174,69); }

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