#BDA546

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

Shades of Brass #BDA546

Tints of Brass #BDA546

Color information

#BDA546 (or 0xBDA546) is unknown color: approx Brass. HEX triplet: BD, A5 and 46. RGB value is (189,165,70). Sum of RGB (Red+Green+Blue) = 189+165+70=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA546 is #425AB9. Grayscale: #A1A1A1. Windows color (decimal): -4348602 or 4629949. OLE color: 4629949.

HSL color Cylindrical-coordinate representation of color #BDA546: hue angle of 47.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDA546 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18916570-
CMYK00.130.630.26
HSL47.9º47.41%50.78%-
HSV(B)47.9º62.96%74.12%-
XYZ35.5538.1711.29-
YUV161.3576.45147.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=44.58%
G=38.92%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891657000.130.630.2647.947.4150.78
HexBDA5460D3F1A302f33
Octal2752451060157732605763
Binary101111011010010110001100110111111111010110000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA546; }

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

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

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

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

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

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

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

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