#BDAE41

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

Shades of Brass #BDAE41

Tints of Brass #BDAE41

Color information

#BDAE41 (or 0xBDAE41) is unknown color: approx Brass. HEX triplet: BD, AE and 41. RGB value is (189,174,65). Sum of RGB (Red+Green+Blue) = 189+174+65=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE41 is #4251BE. Grayscale: #A6A6A6. Windows color (decimal): -4346303 or 4304573. OLE color: 4304573.

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

Color convert

RGB18917465-
CMYK00.080.660.26
HSL52.74º48.82%49.8%-
HSV(B)52.74º65.61%74.12%-
XYZ37.0841.4711.05-
YUV166.0670.97144.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 65 (25.78% from 255) = 15.19%
R=44.16%
G=40.65%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891746500.080.660.2652.7448.8249.8
HexBDAE4108421A353132
Octal27525610101010232656162
Binary1011110110101110100000101000100001011010110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE41; }

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

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

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

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

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

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

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

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