#BDA93D

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

Shades of Brass #BDA93D

Tints of Brass #BDA93D

Color information

#BDA93D (or 0xBDA93D) is unknown color: approx Brass. HEX triplet: BD, A9 and 3D. RGB value is (189,169,61). Sum of RGB (Red+Green+Blue) = 189+169+61=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA93D is #4256C2. Grayscale: #A3A3A3. Windows color (decimal): -4347587 or 4041149. OLE color: 4041149.

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

Color convert

RGB18916961-
CMYK00.110.680.26
HSL50.62º51.2%49.02%-
HSV(B)50.62º67.72%74.12%-
XYZ36.0239.5310.15-
YUV162.6770.63146.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=45.11%
G=40.33%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891696100.110.680.2650.6251.249.02
HexBDA93D0B441A333331
Octal2752517501310432636361
Binary101111011010100111110101011100010011010110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA93D; }

 p { color: rgb(189,169,61); }

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

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

 a { background-color: rgb(189,169,61); }

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

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

 span { border-color: rgb(189,169,61); }

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