#BDAE3C

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

Shades of Brass #BDAE3C

Tints of Brass #BDAE3C

Color information

#BDAE3C (or 0xBDAE3C) is unknown color: approx Brass. HEX triplet: BD, AE and 3C. RGB value is (189,174,60). Sum of RGB (Red+Green+Blue) = 189+174+60=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE3C is #4251C3. Grayscale: #A5A5A5. Windows color (decimal): -4346308 or 3976893. OLE color: 3976893.

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

Color convert

RGB18917460-
CMYK00.080.680.26
HSL53.02º51.81%48.82%-
HSV(B)53.02º68.25%74.12%-
XYZ36.9441.4210.32-
YUV165.4968.47144.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=44.68%
G=41.13%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891746000.080.680.2653.0251.8148.82
HexBDAE3C08441A353431
Octal2752567401010432656461
Binary101111011010111011110001000100010011010110101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE3C; }

 p { color: rgb(189,174,60); }

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

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

 a { background-color: rgb(189,174,60); }

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

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

 span { border-color: rgb(189,174,60); }

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