#BDAE42

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

Shades of Brass #BDAE42

Tints of Brass #BDAE42

Color information

#BDAE42 (or 0xBDAE42) is unknown color: approx Brass. HEX triplet: BD, AE and 42. RGB value is (189,174,66). Sum of RGB (Red+Green+Blue) = 189+174+66=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE42 is #4251BD. Grayscale: #A6A6A6. Windows color (decimal): -4346302 or 4370109. OLE color: 4370109.

HSL color Cylindrical-coordinate representation of color #BDAE42: hue angle of 52.68º 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 #BDAE42 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18917466-
CMYK00.080.650.26
HSL52.68º48.24%50%-
HSV(B)52.68º65.08%74.12%-
XYZ37.1141.4811.21-
YUV166.1771.47144.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 66 (26.17% from 255) = 15.38%
R=44.06%
G=40.56%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891746600.080.650.2652.6848.2450
HexBDAE4208411A353032
Octal27525610201010132656062
Binary1011110110101110100001001000100000111010110101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE42; }

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

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

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

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

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

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

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

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