#BDA239

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

Shades of Brass #BDA239

Tints of Brass #BDA239

Color information

#BDA239 (or 0xBDA239) is unknown color: approx Brass. HEX triplet: BD, A2 and 39. RGB value is (189,162,57). Sum of RGB (Red+Green+Blue) = 189+162+57=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA239 is #425DC6. Grayscale: #9E9E9E. Windows color (decimal): -4349383 or 3777213. OLE color: 3777213.

HSL color Cylindrical-coordinate representation of color #BDA239: hue angle of 47.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA239 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18916257-
CMYK00.140.700.26
HSL47.73º53.66%48.24%-
HSV(B)47.73º69.84%74.12%-
XYZ34.6536.959.18-
YUV158.170.95150.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 57 (22.66% from 255) = 13.97%
R=46.32%
G=39.71%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891625700.140.700.2647.7353.6648.24
HexBDA2390E461A303630
Octal2752427101610632606660
Binary101111011010001011100101110100011011010110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA239; }

 p { color: rgb(189,162,57); }

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

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

 a { background-color: rgb(189,162,57); }

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

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

 span { border-color: rgb(189,162,57); }

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