#BDA438

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

Shades of Brass #BDA438

Tints of Brass #BDA438

Color information

#BDA438 (or 0xBDA438) is unknown color: approx Brass. HEX triplet: BD, A4 and 38. RGB value is (189,164,56). Sum of RGB (Red+Green+Blue) = 189+164+56=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA438 is #425BC7. Grayscale: #9F9F9F. Windows color (decimal): -4348872 or 3712189. OLE color: 3712189.

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

Color convert

RGB18916456-
CMYK00.130.700.26
HSL48.72º54.29%48.04%-
HSV(B)48.72º70.37%74.12%-
XYZ34.9837.669.17-
YUV159.1669.78149.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 56 (22.27% from 255) = 13.69%
R=46.21%
G=40.10%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891645600.130.700.2648.7254.2948.04
HexBDA4380D461A313630
Octal2752447001510632616660
Binary101111011010010011100001101100011011010110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA438; }

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

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

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

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

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

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

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

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