#BDAD47

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

Shades of Brass #BDAD47

Tints of Brass #BDAD47

Color information

#BDAD47 (or 0xBDAD47) is unknown color: approx Brass. HEX triplet: BD, AD and 47. RGB value is (189,173,71). Sum of RGB (Red+Green+Blue) = 189+173+71=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD47 is #4252B8. Grayscale: #A6A6A6. Windows color (decimal): -4346553 or 4697533. OLE color: 4697533.

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

Color convert

RGB18917371-
CMYK00.080.620.26
HSL51.86º47.2%50.98%-
HSV(B)51.86º62.43%74.12%-
XYZ37.0741.1611.95-
YUV166.1674.3144.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 71 (28.12% from 255) = 16.40%
R=43.65%
G=39.95%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891737100.080.620.2651.8647.250.98
HexBDAD47083E1A342f33
Octal2752551070107632645763
Binary101111011010110110001110100011111011010110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD47; }

 p { color: rgb(189,173,71); }

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

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

 a { background-color: rgb(189,173,71); }

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

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

 span { border-color: rgb(189,173,71); }

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