#BDA241

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

Shades of Brass #BDA241

Tints of Brass #BDA241

Color information

#BDA241 (or 0xBDA241) is unknown color: approx Brass. HEX triplet: BD, A2 and 41. RGB value is (189,162,65). Sum of RGB (Red+Green+Blue) = 189+162+65=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA241 is #425DBE. Grayscale: #9F9F9F. Windows color (decimal): -4349375 or 4301501. OLE color: 4301501.

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

Color convert

RGB18916265-
CMYK00.140.660.26
HSL46.94º48.82%49.8%-
HSV(B)46.94º65.61%74.12%-
XYZ34.8637.0410.31-
YUV159.0174.95149.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=45.43%
G=38.94%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891626500.140.660.2646.9448.8249.8
HexBDA2410E421A2f3132
Octal27524210101610232576162
Binary1011110110100010100000101110100001011010101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA241; }

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

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

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

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

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

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

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

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