#bdac42

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

Shades of Brass #BDAC42

Tints of Brass #BDAC42

Color information

#BDAC42 (or 0xBDAC42) is unknown color: approx Brass. HEX triplet: BD, AC and 42. RGB value is (189,172,66). Sum of RGB (Red+Green+Blue) = 189+172+66=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC42 is #4253BD. Grayscale: #A5A5A5. Windows color (decimal): -4346814 or 4369597. OLE color: 4369597.

HSL color Cylindrical-coordinate representation of color #BDAC42: hue angle of 51.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDAC42 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18917266-
CMYK00.090.650.26
HSL51.71º48.24%50%-
HSV(B)51.71º65.08%74.12%-
XYZ36.7240.7211.08-
YUV16572.13145.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 66 (26.17% from 255) = 15.46%
R=44.26%
G=40.28%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891726600.090.650.2651.7148.2450
HexBDAC4209411A343032
Octal27525410201110132646062
Binary1011110110101100100001001001100000111010110100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdac42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdac42; }

 p { color: rgb(189,172,66); }

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

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

 a { background-color: rgb(189,172,66); }

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

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

 span { border-color: rgb(189,172,66); }

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