#BDA245

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

Shades of Brass #BDA245

Tints of Brass #BDA245

Color information

#BDA245 (or 0xBDA245) is unknown color: approx Brass. HEX triplet: BD, A2 and 45. RGB value is (189,162,69). Sum of RGB (Red+Green+Blue) = 189+162+69=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA245 is #425DBA. Grayscale: #9F9F9F. Windows color (decimal): -4349371 or 4563645. OLE color: 4563645.

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

Color convert

RGB18916269-
CMYK00.140.630.26
HSL46.5º47.62%50.59%-
HSV(B)46.5º63.49%74.12%-
XYZ34.9837.0910.95-
YUV159.4776.95149.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 69 (27.34% from 255) = 16.43%
R=45%
G=38.57%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891626900.140.630.2646.547.6250.59
HexBDA2450E3F1A2e3033
Octal2752421050167732566063
Binary101111011010001010001010111011111111010101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA245; }

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

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

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

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

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

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

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

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