#BDA240

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

Shades of Brass #BDA240

Tints of Brass #BDA240

Color information

#BDA240 (or 0xBDA240) is unknown color: approx Brass. HEX triplet: BD, A2 and 40. RGB value is (189,162,64). Sum of RGB (Red+Green+Blue) = 189+162+64=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA240 is #425DBF. Grayscale: #9F9F9F. Windows color (decimal): -4349376 or 4235965. OLE color: 4235965.

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

Color convert

RGB18916264-
CMYK00.140.660.26
HSL47.04º49.41%49.61%-
HSV(B)47.04º66.14%74.12%-
XYZ34.8337.0310.16-
YUV158.974.45149.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=45.54%
G=39.04%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891626400.140.660.2647.0449.4149.61
HexBDA2400E421A2f3132
Octal27524210001610232576162
Binary1011110110100010100000001110100001011010101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA240; }

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

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

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

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

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

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

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

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