#BDA333

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

Shades of Brass #BDA333

Tints of Brass #BDA333

Color information

#BDA333 (or 0xBDA333) is unknown color: approx Brass. HEX triplet: BD, A3 and 33. RGB value is (189,163,51). Sum of RGB (Red+Green+Blue) = 189+163+51=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA333 is #425CCC. Grayscale: #9E9E9E. Windows color (decimal): -4349133 or 3384253. OLE color: 3384253.

HSL color Cylindrical-coordinate representation of color #BDA333: hue angle of 48.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDA333 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18916351-
CMYK00.140.730.26
HSL48.7º57.5%47.06%-
HSV(B)48.7º73.02%74.12%-
XYZ34.6837.258.49-
YUV158.0167.61150.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=46.90%
G=40.45%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891635100.140.730.2648.757.547.06
HexBDA3330E491A313a2f
Octal2752436301611132617257
Binary101111011010001111001101110100100111010110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA333; }

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

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

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

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

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

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

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

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