#BDAC47

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

Shades of Brass #BDAC47

Tints of Brass #BDAC47

Color information

#BDAC47 (or 0xBDAC47) is unknown color: approx Brass. HEX triplet: BD, AC and 47. RGB value is (189,172,71). Sum of RGB (Red+Green+Blue) = 189+172+71=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC47 is #4253B8. Grayscale: #A5A5A5. Windows color (decimal): -4346809 or 4697277. OLE color: 4697277.

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

Color convert

RGB18917271-
CMYK00.090.620.26
HSL51.36º47.2%50.98%-
HSV(B)51.36º62.43%74.12%-
XYZ36.8840.7811.89-
YUV165.5774.63144.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=43.75%
G=39.81%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891727100.090.620.2651.3647.250.98
HexBDAC47093E1A332f33
Octal2752541070117632635763
Binary101111011010110010001110100111111011010110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC47; }

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

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

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

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

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

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

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

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