#BDAC41

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

Shades of Brass #BDAC41

Tints of Brass #BDAC41

Color information

#BDAC41 (or 0xBDAC41) is unknown color: approx Brass. HEX triplet: BD, AC and 41. RGB value is (189,172,65). Sum of RGB (Red+Green+Blue) = 189+172+65=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC41 is #4253BE. Grayscale: #A5A5A5. Windows color (decimal): -4346815 or 4304061. OLE color: 4304061.

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

Color convert

RGB18917265-
CMYK00.090.660.26
HSL51.77º48.82%49.8%-
HSV(B)51.77º65.61%74.12%-
XYZ36.6940.7110.92-
YUV164.8871.63145.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 65 (25.78% from 255) = 15.26%
R=44.37%
G=40.38%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891726500.090.660.2651.7748.8249.8
HexBDAC4109421A343132
Octal27525410101110232646162
Binary1011110110101100100000101001100001011010110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC41; }

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

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

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

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

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

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

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

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