#BDAD41

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

Shades of Brass #BDAD41

Tints of Brass #BDAD41

Color information

#BDAD41 (or 0xBDAD41) is unknown color: approx Brass. HEX triplet: BD, AD and 41. RGB value is (189,173,65). Sum of RGB (Red+Green+Blue) = 189+173+65=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD41 is #4252BE. Grayscale: #A5A5A5. Windows color (decimal): -4346559 or 4304317. OLE color: 4304317.

HSL color Cylindrical-coordinate representation of color #BDAD41: hue angle of 52.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDAD41 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18917365-
CMYK00.080.660.26
HSL52.26º48.82%49.8%-
HSV(B)52.26º65.61%74.12%-
XYZ36.8841.0910.99-
YUV165.4771.3144.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=44.26%
G=40.52%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891736500.080.660.2652.2648.8249.8
HexBDAD4108421A343132
Octal27525510101010232646162
Binary1011110110101101100000101000100001011010110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD41; }

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

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

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

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

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

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

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

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