#BDAC39

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

Shades of Brass #BDAC39

Tints of Brass #BDAC39

Color information

#BDAC39 (or 0xBDAC39) is unknown color: approx Brass. HEX triplet: BD, AC and 39. RGB value is (189,172,57). Sum of RGB (Red+Green+Blue) = 189+172+57=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC39 is #4253C6. Grayscale: #A4A4A4. Windows color (decimal): -4346823 or 3779773. OLE color: 3779773.

HSL color Cylindrical-coordinate representation of color #BDAC39: hue angle of 52.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDAC39 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18917257-
CMYK00.090.700.26
HSL52.27º53.66%48.24%-
HSV(B)52.27º69.84%74.12%-
XYZ36.4840.629.79-
YUV163.9767.63145.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 57 (22.66% from 255) = 13.64%
R=45.22%
G=41.15%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891725700.090.700.2652.2753.6648.24
HexBDAC3909461A343630
Octal2752547101110632646660
Binary101111011010110011100101001100011011010110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC39; }

 p { color: rgb(189,172,57); }

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

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

 a { background-color: rgb(189,172,57); }

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

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

 span { border-color: rgb(189,172,57); }

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