#BDA43B

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

Shades of Brass #BDA43B

Tints of Brass #BDA43B

Color information

#BDA43B (or 0xBDA43B) is unknown color: approx Brass. HEX triplet: BD, A4 and 3B. RGB value is (189,164,59). Sum of RGB (Red+Green+Blue) = 189+164+59=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43B is #425BC4. Grayscale: #9F9F9F. Windows color (decimal): -4348869 or 3908797. OLE color: 3908797.

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

Color convert

RGB18916459-
CMYK00.130.690.26
HSL48.46º52.42%48.63%-
HSV(B)48.46º68.78%74.12%-
XYZ35.0537.699.56-
YUV159.571.28149.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 59 (23.44% from 255) = 14.32%
R=45.87%
G=39.81%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891645900.130.690.2648.4652.4248.63
HexBDA43B0D451A303431
Octal2752447301510532606461
Binary101111011010010011101101101100010111010110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA43B; }

 p { color: rgb(189,164,59); }

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

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

 a { background-color: rgb(189,164,59); }

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

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

 span { border-color: rgb(189,164,59); }

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