#BDAA3E

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

Shades of Brass #BDAA3E

Tints of Brass #BDAA3E

Color information

#BDAA3E (or 0xBDAA3E) is unknown color: approx Brass. HEX triplet: BD, AA and 3E. RGB value is (189,170,62). Sum of RGB (Red+Green+Blue) = 189+170+62=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAA3E is #4255C1. Grayscale: #A3A3A3. Windows color (decimal): -4347330 or 4106941. OLE color: 4106941.

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

Color convert

RGB18917062-
CMYK00.100.670.26
HSL51.02º50.6%49.22%-
HSV(B)51.02º67.2%74.12%-
XYZ36.2339.9210.35-
YUV163.3770.79146.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 62 (24.61% from 255) = 14.73%
R=44.89%
G=40.38%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891706200.100.670.2651.0250.649.22
HexBDAA3E0A431A333331
Octal2752527601210332636361
Binary101111011010101011111001010100001111010110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA3E; }

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

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

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

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

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

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

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

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