#BDA53F

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

Shades of Brass #BDA53F

Tints of Brass #BDA53F

Color information

#BDA53F (or 0xBDA53F) is unknown color: approx Brass. HEX triplet: BD, A5 and 3F. RGB value is (189,165,63). Sum of RGB (Red+Green+Blue) = 189+165+63=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA53F is #425AC0. Grayscale: #A0A0A0. Windows color (decimal): -4348609 or 4171197. OLE color: 4171197.

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

Color convert

RGB18916563-
CMYK00.130.670.26
HSL48.57º50%49.41%-
HSV(B)48.57º66.67%74.12%-
XYZ35.3438.0910.19-
YUV160.5572.95148.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 63 (25% from 255) = 15.11%
R=45.32%
G=39.57%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891656300.130.670.2648.575049.41
HexBDA53F0D431A313231
Octal2752457701510332616261
Binary101111011010010111111101101100001111010110001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA53F; }

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

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

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

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

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

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

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

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