#BDAD37

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

Shades of Brass #BDAD37

Tints of Brass #BDAD37

Color information

#BDAD37 (or 0xBDAD37) is unknown color: approx Brass. HEX triplet: BD, AD and 37. RGB value is (189,173,55). Sum of RGB (Red+Green+Blue) = 189+173+55=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD37 is #4252C8. Grayscale: #A4A4A4. Windows color (decimal): -4346569 or 3648957. OLE color: 3648957.

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

Color convert

RGB18917355-
CMYK00.080.710.26
HSL52.84º54.92%47.84%-
HSV(B)52.84º70.9%74.12%-
XYZ36.6240.989.59-
YUV164.3366.3145.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 55 (21.88% from 255) = 13.19%
R=45.32%
G=41.49%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891735500.080.710.2652.8454.9247.84
HexBDAD3708471A353730
Octal2752556701010732656760
Binary101111011010110111011101000100011111010110101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD37; }

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

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

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

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

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

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

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

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