#BDA545

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

Shades of Brass #BDA545

Tints of Brass #BDA545

Color information

#BDA545 (or 0xBDA545) is unknown color: approx Brass. HEX triplet: BD, A5 and 45. RGB value is (189,165,69). Sum of RGB (Red+Green+Blue) = 189+165+69=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA545 is #425ABA. Grayscale: #A1A1A1. Windows color (decimal): -4348603 or 4564413. OLE color: 4564413.

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

Color convert

RGB18916569-
CMYK00.130.630.26
HSL48º47.62%50.59%-
HSV(B)48º63.49%74.12%-
XYZ35.5238.1611.12-
YUV161.2375.95147.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=44.68%
G=39.01%
B=16.31%

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
Decimal1891656900.130.630.264847.6250.59
HexBDA5450D3F1A303033
Octal2752451050157732606063
Binary101111011010010110001010110111111111010110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA545; }

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

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

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

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

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

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

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

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