#BDA33D

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

Shades of Brass #BDA33D

Tints of Brass #BDA33D

Color information

#BDA33D (or 0xBDA33D) is unknown color: approx Brass. HEX triplet: BD, A3 and 3D. RGB value is (189,163,61). Sum of RGB (Red+Green+Blue) = 189+163+61=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA33D is #425CC2. Grayscale: #9F9F9F. Windows color (decimal): -4349123 or 4039613. OLE color: 4039613.

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

Color convert

RGB18916361-
CMYK00.140.680.26
HSL47.81º51.2%49.02%-
HSV(B)47.81º67.72%74.12%-
XYZ34.9337.359.78-
YUV159.1572.61149.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 61 (24.22% from 255) = 14.77%
R=45.76%
G=39.47%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891636100.140.680.2647.8151.249.02
HexBDA33D0E441A303331
Octal2752437501610432606361
Binary101111011010001111110101110100010011010110000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA33D; }

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

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

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

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

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

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

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

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