#BDAD35

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

Shades of Brass #BDAD35

Tints of Brass #BDAD35

Color information

#BDAD35 (or 0xBDAD35) is unknown color: approx Brass. HEX triplet: BD, AD and 35. RGB value is (189,173,53). Sum of RGB (Red+Green+Blue) = 189+173+53=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD35 is #4252CA. Grayscale: #A4A4A4. Windows color (decimal): -4346571 or 3517885. OLE color: 3517885.

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

Color convert

RGB18917353-
CMYK00.080.720.26
HSL52.94º56.2%47.45%-
HSV(B)52.94º71.96%74.12%-
XYZ36.5740.969.35-
YUV164.165.3145.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 53 (21.09% from 255) = 12.77%
R=45.54%
G=41.69%
B=12.77%

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
Decimal1891735300.080.720.2652.9456.247.45
HexBDAD3508481A35382f
Octal2752556501011032657057
Binary101111011010110111010101000100100011010110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD35; }

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

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

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

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

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

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

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

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