#BDA145

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

Shades of Brass #BDA145

Tints of Brass #BDA145

Color information

#BDA145 (or 0xBDA145) is unknown color: approx Brass. HEX triplet: BD, A1 and 45. RGB value is (189,161,69). Sum of RGB (Red+Green+Blue) = 189+161+69=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA145 is #425EBA. Grayscale: #9F9F9F. Windows color (decimal): -4349627 or 4563389. OLE color: 4563389.

HSL color Cylindrical-coordinate representation of color #BDA145: hue angle of 46º degrees, saturation: 0.48, 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 #BDA145 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18916169-
CMYK00.150.630.26
HSL46º47.62%50.59%-
HSV(B)46º63.49%74.12%-
XYZ34.8136.7410.89-
YUV158.8877.28149.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=45.11%
G=38.42%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891616900.150.630.264647.6250.59
HexBDA1450F3F1A2e3033
Octal2752411050177732566063
Binary101111011010000110001010111111111111010101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA145; }

 p { color: rgb(189,161,69); }

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

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

 a { background-color: rgb(189,161,69); }

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

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

 span { border-color: rgb(189,161,69); }

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