#BDAC34

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

Shades of Brass #BDAC34

Tints of Brass #BDAC34

Color information

#BDAC34 (or 0xBDAC34) is unknown color: approx Brass. HEX triplet: BD, AC and 34. RGB value is (189,172,52). Sum of RGB (Red+Green+Blue) = 189+172+52=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC34 is #4253CB. Grayscale: #A3A3A3. Windows color (decimal): -4346828 or 3452093. OLE color: 3452093.

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

Color convert

RGB18917252-
CMYK00.090.720.26
HSL52.55º56.85%47.25%-
HSV(B)52.55º72.49%74.12%-
XYZ36.3640.579.16-
YUV163.465.13146.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 52 (20.70% from 255) = 12.59%
R=45.76%
G=41.65%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891725200.090.720.2652.5556.8547.25
HexBDAC3409481A35392f
Octal2752546401111032657157
Binary101111011010110011010001001100100011010110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC34; }

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

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

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

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

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

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

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

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