#BDA646

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

Shades of Brass #BDA646

Tints of Brass #BDA646

Color information

#BDA646 (or 0xBDA646) is unknown color: approx Brass. HEX triplet: BD, A6 and 46. RGB value is (189,166,70). Sum of RGB (Red+Green+Blue) = 189+166+70=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA646 is #4259B9. Grayscale: #A2A2A2. Windows color (decimal): -4348346 or 4630205. OLE color: 4630205.

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

Color convert

RGB18916670-
CMYK00.120.630.26
HSL48.4º47.41%50.78%-
HSV(B)48.4º62.96%74.12%-
XYZ35.7338.5311.35-
YUV161.9376.12147.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=44.47%
G=39.06%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891667000.120.630.2648.447.4150.78
HexBDA6460C3F1A302f33
Octal2752461060147732605763
Binary101111011010011010001100110011111111010110000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA646; }

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

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

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

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

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

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

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

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