#BDAD34

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

Shades of Brass #BDAD34

Tints of Brass #BDAD34

Color information

#BDAD34 (or 0xBDAD34) is unknown color: approx Brass. HEX triplet: BD, AD and 34. RGB value is (189,173,52). Sum of RGB (Red+Green+Blue) = 189+173+52=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD34 is #4252CB. Grayscale: #A4A4A4. Windows color (decimal): -4346572 or 3452349. OLE color: 3452349.

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

Color convert

RGB18917352-
CMYK00.080.720.26
HSL52.99º56.85%47.25%-
HSV(B)52.99º72.49%74.12%-
XYZ36.5540.959.23-
YUV163.9964.8145.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 52 (20.70% from 255) = 12.56%
R=45.65%
G=41.79%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891735200.080.720.2652.9956.8547.25
HexBDAD3408481A35392f
Octal2752556401011032657157
Binary101111011010110111010001000100100011010110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD34; }

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

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

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

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

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

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

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

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