#BDA13D

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

Shades of Brass #BDA13D

Tints of Brass #BDA13D

Color information

#BDA13D (or 0xBDA13D) is unknown color: approx Brass. HEX triplet: BD, A1 and 3D. RGB value is (189,161,61). Sum of RGB (Red+Green+Blue) = 189+161+61=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA13D is #425EC2. Grayscale: #9E9E9E. Windows color (decimal): -4349635 or 4039101. OLE color: 4039101.

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

Color convert

RGB18916161-
CMYK00.150.680.26
HSL46.88º51.2%49.02%-
HSV(B)46.88º67.72%74.12%-
XYZ34.5736.659.67-
YUV157.9773.28150.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=45.99%
G=39.17%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891616100.150.680.2646.8851.249.02
HexBDA13D0F441A2f3331
Octal2752417501710432576361
Binary101111011010000111110101111100010011010101111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA13D; }

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

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

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

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

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

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

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

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