#BDA641

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

Shades of Brass #BDA641

Tints of Brass #BDA641

Color information

#BDA641 (or 0xBDA641) is unknown color: approx Brass. HEX triplet: BD, A6 and 41. RGB value is (189,166,65). Sum of RGB (Red+Green+Blue) = 189+166+65=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA641 is #4259BE. Grayscale: #A1A1A1. Windows color (decimal): -4348351 or 4302525. OLE color: 4302525.

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

Color convert

RGB18916665-
CMYK00.120.660.26
HSL48.87º48.82%49.8%-
HSV(B)48.87º65.61%74.12%-
XYZ35.5838.4710.55-
YUV161.3673.62147.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=45%
G=39.52%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891666500.120.660.2648.8748.8249.8
HexBDA6410C421A313132
Octal27524610101410232616162
Binary1011110110100110100000101100100001011010110001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA641; }

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

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

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

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

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

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

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

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