#BDAC36

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

Shades of Brass #BDAC36

Tints of Brass #BDAC36

Color information

#BDAC36 (or 0xBDAC36) is unknown color: approx Brass. HEX triplet: BD, AC and 36. RGB value is (189,172,54). Sum of RGB (Red+Green+Blue) = 189+172+54=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC36 is #4253C9. Grayscale: #A4A4A4. Windows color (decimal): -4346826 or 3583165. OLE color: 3583165.

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

Color convert

RGB18917254-
CMYK00.090.710.26
HSL52.44º55.56%47.65%-
HSV(B)52.44º71.43%74.12%-
XYZ36.440.599.41-
YUV163.6366.13146.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 54 (21.48% from 255) = 13.01%
R=45.54%
G=41.45%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891725400.090.710.2652.4455.5647.65
HexBDAC3609471A343830
Octal2752546601110732647060
Binary101111011010110011011001001100011111010110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC36; }

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

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

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

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

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

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

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

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