#BDA13F

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

Shades of Brass #BDA13F

Tints of Brass #BDA13F

Color information

#BDA13F (or 0xBDA13F) is unknown color: approx Brass. HEX triplet: BD, A1 and 3F. RGB value is (189,161,63). Sum of RGB (Red+Green+Blue) = 189+161+63=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA13F is #425EC0. Grayscale: #9E9E9E. Windows color (decimal): -4349633 or 4170173. OLE color: 4170173.

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

Color convert

RGB18916163-
CMYK00.150.670.26
HSL46.67º50%49.41%-
HSV(B)46.67º66.67%74.12%-
XYZ34.6336.679.96-
YUV158.274.28149.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 63 (25% from 255) = 15.25%
R=45.76%
G=38.98%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891616300.150.670.2646.675049.41
HexBDA13F0F431A2f3231
Octal2752417701710332576261
Binary101111011010000111111101111100001111010101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA13F; }

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

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

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

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

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

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

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

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