#BDA445

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

Shades of Brass #BDA445

Tints of Brass #BDA445

Color information

#BDA445 (or 0xBDA445) is unknown color: approx Brass. HEX triplet: BD, A4 and 45. RGB value is (189,164,69). Sum of RGB (Red+Green+Blue) = 189+164+69=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA445 is #425BBA. Grayscale: #A1A1A1. Windows color (decimal): -4348859 or 4564157. OLE color: 4564157.

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

Color convert

RGB18916469-
CMYK00.130.630.26
HSL47.5º47.62%50.59%-
HSV(B)47.5º63.49%74.12%-
XYZ35.3437.811.06-
YUV160.6576.28148.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=44.79%
G=38.86%
B=16.35%

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
Decimal1891646900.130.630.2647.547.6250.59
HexBDA4450D3F1A303033
Octal2752441050157732606063
Binary101111011010010010001010110111111111010110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA445; }

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

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

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

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

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

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

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

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