#BDAC33

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

Shades of Brass #BDAC33

Tints of Brass #BDAC33

Color information

#BDAC33 (or 0xBDAC33) is unknown color: approx Brass. HEX triplet: BD, AC and 33. RGB value is (189,172,51). Sum of RGB (Red+Green+Blue) = 189+172+51=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC33 is #4253CC. Grayscale: #A3A3A3. Windows color (decimal): -4346829 or 3386557. OLE color: 3386557.

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

Color convert

RGB18917251-
CMYK00.090.730.26
HSL52.61º57.5%47.06%-
HSV(B)52.61º73.02%74.12%-
XYZ36.3440.569.05-
YUV163.2964.63146.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=45.87%
G=41.75%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891725100.090.730.2652.6157.547.06
HexBDAC3309491A353a2f
Octal2752546301111132657257
Binary101111011010110011001101001100100111010110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC33; }

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

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

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

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

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

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

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

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