#BDAE38

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

Shades of Brass #BDAE38

Tints of Brass #BDAE38

Color information

#BDAE38 (or 0xBDAE38) is unknown color: approx Brass. HEX triplet: BD, AE and 38. RGB value is (189,174,56). Sum of RGB (Red+Green+Blue) = 189+174+56=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE38 is #4251C7. Grayscale: #A5A5A5. Windows color (decimal): -4346312 or 3714749. OLE color: 3714749.

HSL color Cylindrical-coordinate representation of color #BDAE38: hue angle of 53.23º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDAE38 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18917456-
CMYK00.080.700.26
HSL53.23º54.29%48.04%-
HSV(B)53.23º70.37%74.12%-
XYZ36.8441.389.79-
YUV165.0366.47145.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=45.11%
G=41.53%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891745600.080.700.2653.2354.2948.04
HexBDAE3808461A353630
Octal2752567001010632656660
Binary101111011010111011100001000100011011010110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE38; }

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

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

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

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

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

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

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

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