#BDA638

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

Shades of Brass #BDA638

Tints of Brass #BDA638

Color information

#BDA638 (or 0xBDA638) is unknown color: approx Brass. HEX triplet: BD, A6 and 38. RGB value is (189,166,56). Sum of RGB (Red+Green+Blue) = 189+166+56=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA638 is #4259C7. Grayscale: #A0A0A0. Windows color (decimal): -4348360 or 3712701. OLE color: 3712701.

HSL color Cylindrical-coordinate representation of color #BDA638: hue angle of 49.62º 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 #BDA638 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18916656-
CMYK00.120.700.26
HSL49.62º54.29%48.04%-
HSV(B)49.62º70.37%74.12%-
XYZ35.3438.389.29-
YUV160.3469.12148.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 56 (22.27% from 255) = 13.63%
R=45.99%
G=40.39%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891665600.120.700.2649.6254.2948.04
HexBDA6380C461A323630
Octal2752467001410632626660
Binary101111011010011011100001100100011011010110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA638; }

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

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

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

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

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

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

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

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