#BDA244

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

Shades of Brass #BDA244

Tints of Brass #BDA244

Color information

#BDA244 (or 0xBDA244) is unknown color: approx Brass. HEX triplet: BD, A2 and 44. RGB value is (189,162,68). Sum of RGB (Red+Green+Blue) = 189+162+68=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA244 is #425DBB. Grayscale: #9F9F9F. Windows color (decimal): -4349372 or 4498109. OLE color: 4498109.

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

Color convert

RGB18916268-
CMYK00.140.640.26
HSL46.61º47.83%50.39%-
HSV(B)46.61º64.02%74.12%-
XYZ34.9537.0810.78-
YUV159.3676.45149.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 68 (26.95% from 255) = 16.23%
R=45.11%
G=38.66%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891626800.140.640.2646.6147.8350.39
HexBDA2440E401A2f3032
Octal27524210401610032576062
Binary1011110110100010100010001110100000011010101111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA244; }

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

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

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

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

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

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

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

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