#BDAC3E

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

Shades of Brass #BDAC3E

Tints of Brass #BDAC3E

Color information

#BDAC3E (or 0xBDAC3E) is unknown color: approx Brass. HEX triplet: BD, AC and 3E. RGB value is (189,172,62). Sum of RGB (Red+Green+Blue) = 189+172+62=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC3E is #4253C1. Grayscale: #A4A4A4. Windows color (decimal): -4346818 or 4107453. OLE color: 4107453.

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

Color convert

RGB18917262-
CMYK00.090.670.26
HSL51.97º50.6%49.22%-
HSV(B)51.97º67.2%74.12%-
XYZ36.6140.6710.48-
YUV164.5470.13145.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=44.68%
G=40.66%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891726200.090.670.2651.9750.649.22
HexBDAC3E09431A343331
Octal2752547601110332646361
Binary101111011010110011111001001100001111010110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC3E; }

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

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

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

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

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

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

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

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