#BDA541

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

Shades of Brass #BDA541

Tints of Brass #BDA541

Color information

#BDA541 (or 0xBDA541) is unknown color: approx Brass. HEX triplet: BD, A5 and 41. RGB value is (189,165,65). Sum of RGB (Red+Green+Blue) = 189+165+65=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA541 is #425ABE. Grayscale: #A1A1A1. Windows color (decimal): -4348607 or 4302269. OLE color: 4302269.

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

Color convert

RGB18916565-
CMYK00.130.660.26
HSL48.39º48.82%49.8%-
HSV(B)48.39º65.61%74.12%-
XYZ35.438.1110.49-
YUV160.7873.95148.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=45.11%
G=39.38%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891656500.130.660.2648.3948.8249.8
HexBDA5410D421A303132
Octal27524510101510232606162
Binary1011110110100101100000101101100001011010110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA541; }

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

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

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

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

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

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

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

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